Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

History for doc/domDoc.n

2024-10-15
18:18
Regenerated the domDoc documentation. Fix for [095e293157]. file: [e6a096be1d] check-in: [9cab6ddf3b] user: rolf branch: trunk, size: 30187
2024-08-14
23:14
Changed the name of the method to asTclValue. file: [93bf650b24] check-in: [f1e4c3a745] user: rolf branch: asDict, size: 29344
2024-08-09
23:21
Added the optional argument typevariable to the domDoc and domNode method asDict. A few tests and a bit documentation. file: [a4250b47ca] check-in: [e1ef5ac38e] user: rolf branch: asDict, size: 29354
2024-07-04
01:56
Regenerated included doc. file: [dd44828769] check-in: [e54a5f4ff4] user: rolf branch: prepare-release, size: 28472
2024-05-14
23:51
Added the -list option to the selectNodes method (cascading XPath expressions). file: [891aff0fba] check-in: [4c73cafde8] user: rolf branch: trunk, size: 27886
2022-08-27
00:01
More documentation work. file: [587f1d733f] check-in: [82079abe93] user: rolf branch: c14n, size: 27871
2022-08-25
23:30
As fall-out of new functionalities needed for c14n XML new optiongs -escapeCR and -escapeTab for the method asXML. file: [06235fa9a4] check-in: [83860cac4f] user: rolf branch: c14n, size: 26478
2022-08-12
00:28
Automaticall proovereading. file: [ddefbfe5a6] check-in: [e36a320c65] user: rolf branch: trunk, size: 26097
2021-03-18
02:12
Backouted [36e470e5a63b3a]. Turned out what should have been clear right from the start that cheating around in the background with the string value of a Tcl_Obj is not a good idea. file: [4019cd03e8] check-in: [cc4953c8a2] user: rolf branch: trunk, size: 26098
2020-08-24
23:56
Regenerated doc files. file: [d707f3bba8] check-in: [7e45e966d1] user: rolf branch: trunk, size: 26161
2020-07-23
23:50
Merged from trunk. file: [89129674ee] check-in: [76ba31355c] user: rolf branch: schema, size: 25781
01:00
Worked on the asXML documentation. file: [eef0407523] check-in: [66cae3c794] user: rolf branch: tabs, size: 25786
2019-11-13
17:19
Regenerated man and HTML documentation. file: [99b85c68c1] check-in: [c4d76b0670] user: rolf branch: schema, size: 28216
2018-05-04
11:55
Added documentation for the new asXML options. file: [60e61f82be] check-in: [190601fb92] user: rolf branch: serializeOptions, size: 28221
2018-04-26
21:57
Hardened token mode a little bit. file: [e166dcdcfc] check-in: [36e470e5a6] user: rolf branch: trunk, size: 27771
2017-10-05
23:48
Applyed spelling/ wording fixes (documentation part) as reported by Debian lintian [9629f6d4fb8c9]. file: [8bb70588d0] check-in: [764b3d1ea0] user: rolf branch: trunk, size: 27708
2017-08-17
17:23
Regenerated user docs from xml sources. file: [fe35d96b23] check-in: [7223713d86] user: rolf branch: trunk, size: 27698
2017-07-21
22:29
Regenerated html and man documentation. file: [954b996896] check-in: [be3f2f4ce7] user: rolf branch: json, size: 27709
2017-07-05
23:02
Clarified the selectNodes documentation: mentioned the potential pitfall with using tcl variable references in xpath expressions, if using the -cache 1 option. file: [7da0ccc4bb] check-in: [8ebfc15ac4] user: rolf branch: trunk, size: 24185
2017-04-04
23:58
Changed default of --enable-html5 back to off. By following the rules now the generated DOM trees are "namespaced", the HTML tags in the xhtml, the sgv and mathml tags and the xlink attributes in their respectivly namespaces. Since this probably isn't wanted by a lot of users and adds only burden for no good in a lot of use cases -html5 can be combined with -ignorexmlns, in which case all nodes and attributes in the DOM tree are not in an XML namespace. Added a few words of documentation and tests. file: [e1fbd27967] check-in: [15f1033a6f] user: rolf branch: html5_by_gumbo, size: 24059
2016-10-02
12:32
Pre-release branch. file: [0b81627a09] check-in: [6e4626b0b0] user: rolf branch: prepare-release, size: 24059
2015-08-28
17:52
Added documentation for the new xslt transformation option -maxApplyDepth. Regenerated man and html files. Other minor doc tweaks. file: [ce2e90706f] check-in: [fe3d23e7ad] user: rolf branch: trunk, size: 23424
2013-09-25
00:47
Updated and regenerated doc. file: [56f3c13de7] check-in: [8ccb6f120b] user: rolf branch: dom_featureinfo, size: 22143
2011-12-20
00:54
fix minor grammar typo in domDoc file: [816ef5658c] check-in: [22a1a70a31] user: jeff@bovine.net branch: trunk, size: 22143
2007-10-29
19:07
Fixed documentation error in the documentation of the replaceChild method. file: [68355fb64b] check-in: [335a3354ed] user: rolf branch: trunk, size: 22135
2007-08-05
17:04
Added documentation to the new variable references feature of the selectNodes method, for the deleteXPathCache method and the -escapeAllQuot option of the asXML method. file: [ee1a48a3ec] check-in: [06328981a1] user: rolf branch: trunk, size: 22132
2007-04-18
00:02
Emendation. file: [0007f8159d] check-in: [b56663a551] user: rolf branch: trunk, size: 21175
2006-01-06
01:57
Fixed markup errors. file: [45e02ad7d1] check-in: [9c95e09217] user: rolf branch: trunk, size: 21176
2005-03-18
02:16
Added document method selectNodesNamespaces, to provide a document global XPath prefix/namespace mapping. file: [1ad28c70f7] check-in: [b34752dead] user: rolf branch: trunk, size: 21199
2005-02-03
18:35
Added support for xsl:output cdata-section-elements attribute. Added method cdataSectionElements to domDocs, as tcl interface to cdata-section-elements. Added documentation for the domDoc method internalSubset. file: [91b818e55f] check-in: [68ef504f34] user: rolf branch: trunk, size: 19832
2005-01-11
17:59
Added documentation for the -cache option of the selectNodes method. file: [8c273b8f40] check-in: [6f917aad90] user: rolf branch: trunk, size: 17907
2005-01-06
19:22
Added methods transform and delete to xsltCmds. file: [a2e8bd7cc2] check-in: [272d1209c5] user: rolf branch: trunk, size: 16642
2004-09-21
01:06
Add documentation for 'selectNodes' option. file: [4e7ae0561a] check-in: [b0902bcbc3] user: rolf branch: trunk, size: 15469
2004-07-28
03:31
Added methods nodeType, getElementById, firstChild, lastChild, appendChild, removeChild,hasChildNodes, childNodes, ownerDocument, insertBefore, replaceChild, appendFromList, appendXML, selectNodes, baseURI, appendFromScript and insertBeforeFromScript to dom docs. Beside other things, this allows much easier handling of top level nodes. The result tree may not be an XML document, but a general parsed entity. file: [5c2a3451aa] check-in: [b1f887f36f] user: rolf branch: trunk, size: 14269
2003-10-10
20:14
Added documentation for method normalize. file: [d247420f03] check-in: [e219c484f4] user: rolf branch: trunk, size: 11535
2003-10-04
19:08
Added new method 'asText' to domDocs and domNodes. Renamed pathGetTextValue() to xpathGetStringValue(), to be more according to the vocabular of the XPath rec. file: [7b0a45350e] check-in: [a42e9cee15] user: rolf branch: trunk, size: 11105
2003-04-09
20:02
Added documentation for the toXSLTcmd method and the resulting xsltCmds. Corrected the documentation for the xslt method (missed -ignoreUndeclaredParameters and -xsltmessagecmd in the method syntax). file: [1db76a4107] check-in: [953bfabb7d] user: rolf branch: trunk, size: 10827
2003-02-09
02:19
Public and system identifier information are now stored (if parsed with the expat parser or generated by the xslt engine, if given), exposed to the script level(even writable, more than DOM 2 allows) and will be, on demand, respected while serializing. file: [d5f2cb599b] check-in: [b01319a94b] user: rolf branch: trunk, size: 9792
2002-12-27
23:40
The xslt method now understands also the options -ignoreUndeclaredParameters and -xsltmessagecmd. file: [a3e5ed7dbd] check-in: [9f5c3aa51b] user: rolf branch: trunk, size: 8264
2002-10-30
00:38
Now actually documented the new -htmlEntities option of the asHTML method. file: [cd76574be6] check-in: [cb973ba4e9] user: rolf branch: trunk, size: 7442
00:25
Documented new -escapeNonASCII option of the asXML and asHTML methods and new -htmlEntities option of the asHTML method. Documented new xslt method. Minor editorial changes. file: [115453bbf0] check-in: [abb5e9c266] user: rolf branch: trunk, size: 7278
2002-10-16
00:05
A few documentation updates file: [778f7a73c0] check-in: [a7870ef616] user: rolf branch: trunk, size: 6458
2002-08-06
02:35
Added doc for new method getElementsByTagNameNS file: [c0e86e8bba] check-in: [b086ab2cc1] user: rolf branch: trunk, size: 6004
2002-07-28
17:20
New versions of the man pages, generated with the -soelim option enabled (that means, the man.macros are not included with .so man.macros, but in deed included in every man page, as the tcl core man pages also do, because of some problems at some systems with the .so directive). file: [05123b01f7] check-in: [0cbcc81d53] user: rolf branch: trunk, size: 5806
2002-02-22
01:05
Added: Initial revision file: [d23533433b] check-in: [98cd4affb5] user: rolf branch: trunk, size: 3689