Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for tests/domDoc.test
2024-11-10
| ||
19:11 | Added a few tests for appendXML with XML namespaced nodes in document and the appendXML XML data. file: [095f2df0dd] check-in: [bc76f0eb71] user: rolf branch: trunk, size: 62556 | |
2024-08-23
| ||
16:06 | Done domNode commands. file: [03082c2474] check-in: [f720be4383] user: rolf branch: errmsg, size: 60927 | |
12:55 | More improvements to the dom error messages. Done domDoc commands. Added a few tests. file: [9fffb2e28c] check-in: [dc5cb338a4] user: rolf branch: errmsg, size: 61003 | |
2024-07-04
| ||
14:15 | Fixed previous commit. file: [85d9dd854d] check-in: [400fccf209] user: rolf branch: prepare-release, size: 59441 | |
14:09 | Better only 7-bit ASCII characters in test files. file: [52181fe77c] check-in: [177bc743cb] user: rolf branch: prepare-release, size: 59441 | |
2024-06-26
| ||
01:32 | Added code which handles outside BMP codepoints even for Tcl 8.6 in case of entity serialization. file: [0b98778601] check-in: [96d934bb24] user: rolf branch: wip, size: 59437 | |
2024-06-24
| ||
23:24 | Added a test. file: [b7dde2efb6] check-in: [cccf840612] user: rolf branch: wip, size: 59243 | |
2024-06-17
| ||
23:00 | wip file: [8e4588b396] check-in: [426dcf5540] user: rolf branch: wip, size: 59007 | |
2023-03-02
| ||
17:30 | compat, fixes test for systems with non-utf8 default encoding (© -> \xA9) file: [013c389651] check-in: [ed0604378c] user: sebres branch: experimental/bulk-xml-parse, size: 56139 | |
2023-02-04
| ||
03:16 | Merged from trunk. file: [801d386b49] check-in: [19a1ebe793] user: rolf branch: cascadingxpath, size: 58140 | |
2023-01-28
| ||
01:39 | Adapting to Tcl 9: Reduce the fall-out of TIP 595. file: [6dec2f6d9b] check-in: [258cbe5a24] user: rolf branch: trunk, size: 56137 | |
2022-10-01
| ||
00:37 | Provides the optional result set type variable also in case of selectNodes -list. file: [cd5bdcbaea] check-in: [28fd512def] user: rolf branch: cascadingxpath, size: 58140 | |
2022-09-30
| ||
21:10 | Started new selectNodes option -list which expects a list of XPath queries, applies the next query on every node of the result set of the previous and returns the results of the last query as one list. file: [119bc9c188] check-in: [e3b4318a14] user: rolf branch: cascadingxpath, size: 57236 | |
2022-08-25
| ||
23:40 | Added last example out of the recommendation as test. file: [c333f0dc75] check-in: [01bf29fd5c] user: rolf branch: c14n, size: 56137 | |
23:30 | As fall-out of new functionalities needed for c14n XML new optiongs -escapeCR and -escapeTab for the method asXML. file: [8b78ad0992] check-in: [83860cac4f] user: rolf branch: c14n, size: 55912 | |
2022-08-19
| ||
22:09 | Save work. file: [f2eb8cb4ac] check-in: [4bf8e018ee] user: rolf branch: c14n, size: 55889 | |
01:04 | More work. file: [3c913e05c1] check-in: [d3f0ae983f] user: rolf branch: c14n, size: 52119 | |
2022-07-27
| ||
00:21 | Fix of the switch to assoc. Tests for the fix and the inital problem. file: [2e7a92ea1e] check-in: [3d638bb6d0] user: rolf branch: trunk, size: 51073 | |
2021-01-06
| ||
22:34 | If asXML -indent tab is used now comments and processing instructions are also indented with tabs. file: [d725aafa5c] check-in: [3c35cc9b09] user: rolf branch: stackless_asXML, size: 49935 | |
2020-08-21
| ||
01:22 | Merged from trunk. file: [cb833d2139] check-in: [0b386f3852] user: rolf branch: schema, size: 49284 | |
00:07 | Added -onlyContents and -breakLines to asHTML. file: [7b8b5164c0] check-in: [59ab627f46] user: rolf branch: trunk, size: 49295 | |
2020-07-23
| ||
23:50 | Merged from trunk. file: [e8f32a3969] check-in: [76ba31355c] user: rolf branch: schema, size: 48838 | |
2020-07-22
| ||
00:49 | Added "tabs" as possible value to asXML -indent and do the indentation with tabs, if given. file: [e15c2b9d66] check-in: [cf00a7c899] user: rolf branch: tabs, size: 48849 | |
2019-05-10
| ||
13:04 | Futher work on prefixns: allow it als top level command in define script. Changed semantic to first prefix/namespace mapping in prefixUriList wins, if there are several prefixes mapping to different namespaces. file: [cb6e24034a] check-in: [a70c1d6c6e] user: rolf branch: schema, size: 47190 | |
2018-10-18
| ||
23:16 | Simplified the master file of the included test suite, mostly by removing not longer needed cruft. And other minor test suite gardening. file: [b8aee0923b] check-in: [fa94139e03] user: rolf branch: trunk, size: 47201 | |
2018-07-16
| ||
21:36 | The package name is tDOM, but it always has been requested by [package require tdom] and now the scripted helper commands in tdom.tcl are also in the namespace tdom (not anymore in tDOM). The new pullparser command is now also in this namespace. There are aliases from the old command names to the new one, so there must be nothing done; old scripts will run as they did. It's just, that you in new code don't have to write serveral upcase letters in a row because of tDOM. file: [be9b9e7cd8] check-in: [afde497780] user: rolf branch: trunk, size: 47237 | |
2018-05-04
| ||
17:39 | Added serialization test. file: [2b9087538d] check-in: [3fd564bb2e] user: rolf branch: trunk, size: 47237 | |
2018-05-03
| ||
23:49 | Added flags -nogtescape and -noEmptyElementTag to the asXML method. file: [8b4826f6c5] check-in: [a9786e0525] user: rolf branch: serializeOptions, size: 46956 | |
2018-04-07
| ||
00:51 | Builds now with 8.4 (and maybe even with 8.3) until (current) 9.0. Test suite needs some more updates to work w/ 9.0 without errors. file: [461f12ed51] check-in: [9eb5979f33] user: rolf branch: deCONST, size: 46504 | |
2017-12-11
| ||
00:59 | Test for CDATA section element with mixed content. file: [99a4e4e8b8] check-in: [5f26ebf2dd] user: rolf branch: trunk, size: 46416 | |
2017-08-17
| ||
14:30 | Documented the new feature "creating real FQ nodes with *fromScript methods'. Added checks to createElementNS and createDocumentNS to prevent them to create xmlns prefixes with empty uri (which are not legal). file: [b69b4c7a2f] check-in: [9e7f64d9c5] user: rolf branch: nodecmdns, size: 46079 | |
2017-08-16
| ||
16:13 | Fixed bug in selecting nodes in the global namespace (in no namespace), which where created and inserted into the doc at a place were a default namespace is in scope with xpath. file: [08b4162787] check-in: [4d9b475d35] user: rolf branch: nodecmdns, size: 45207 | |
2017-07-05
| ||
00:22 | Fixed the 'latent bug' mentioned in ticket [d0405aff34]. file: [19a23398be] check-in: [518504411f] user: rolf branch: trunk, size: 44531 | |
2015-09-11
| ||
00:44 | Added options -xmlDeclaration and -encString to the asXML method of the domDoc and domNode commands. file: [ff26d51934] check-in: [400d92fee5] user: rolf branch: trunk, size: 43389 | |
2015-08-28
| ||
17:45 | Added limit (default 3000) for depth of nesting xslt apply templates. Added -maxApplyDepth option to xslt transformation, to set this limit. file: [a4696796ab] check-in: [a52f940880] user: rolf branch: trunk, size: 41599 | |
2015-03-26
| ||
01:17 | Now, -indentAttrs expects an argument, 0..8 or no/none and indends the attributes relative to their element by the given value. file: [314db0ef8f] check-in: [ca5b82767d] user: rolf branch: indentAttrs, size: 41541 | |
2014-11-19
| ||
21:59 | Cleaned up test naming, removed a few duplicated tests. file: [2e6872b870] check-in: [34b677ad0b] user: rolf branch: trunk, size: 41299 | |
2007-10-04
| ||
17:48 | Fixed test domDoc-1.2: Test was broken in case of locale != ISO-8859-1 (or -15). file: [d2c9f26255] check-in: [7d6119c645] user: rolf branch: trunk, size: 41668 | |
2007-08-05
| ||
17:27 | In case of asXML with indentation: indent XML comments as well. file: [a8dafc3de5] check-in: [afb7224400] user: rolf branch: trunk, size: 41626 | |
02:11 | Added method deleteXPathCache: basic control over the xpath expression cache. file: [21b27e1c90] check-in: [4ff79014b6] user: rolf branch: trunk, size: 40932 | |
2005-12-03
| ||
13:14 | Added a test for the special handling of the content of script/style tags in case of asHTML. file: [494678c5a2] check-in: [7064f907ba] user: rolf branch: trunk, size: 40492 | |
2005-06-10
| ||
00:36 | Added a few tests. file: [51db98bc62] check-in: [beff6b3d33] user: rolf branch: trunk, size: 40199 | |
2005-03-21
| ||
01:08 | Fixed flawed test, which slipped throu, somehow. file: [e2cc5658f0] check-in: [96d301a67f] user: rolf branch: trunk, size: 38476 | |
2005-03-18
| ||
02:17 | Added document method selectNodesNamespaces, to provide a document global XPath prefix/namespace mapping. file: [dd1a5915b5] check-in: [aa91d3c654] user: rolf branch: trunk, size: 38481 | |
2005-02-03
| ||
18:27 | Added support for xsl:output cdata-section-elements attribute. Added method cdataSectionElements to domDocs, as tcl interface to cdata-section-elements. file: [ff69586fd5] check-in: [6fb1633bd7] user: rolf branch: trunk, size: 34356 | |
2005-01-07
| ||
15:08 | Clean up, to decrease (innocuous) compiler warnings (thanks to Pat Thoyts for triggering input and patch). file: [a8a3723e92] check-in: [557cc56ed2] user: rolf branch: trunk, size: 29163 | |
2005-01-06
| ||
19:22 | Added methods transform and delete to xsltCmds. file: [ca9a1afe14] check-in: [272d1209c5] user: rolf branch: trunk, size: 28543 | |
2004-09-21
| ||
01:43 | Added the '-namespaces' option to the selectNdoes method. Not resolved namespace prefixes within the xpath expression now raises an error. *** POTENTIAL INCOMPATIBILITY *** file: [3bb8c3237b] check-in: [b08cb7d224] user: rolf branch: trunk, size: 27644 | |
2004-07-28
| ||
03:39 | 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: [ccf07bde1f] check-in: [497d487e77] user: rolf branch: trunk, size: 27056 | |
2004-05-26
| ||
01:50 | Added: Added this file. file: [8cd228b146] check-in: [400ba86a48] user: rolf branch: trunk, size: 13625 | |