Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History of tests/domNode.test
2019-08-12
| ||
21:11 | Fix for [011e259c69]. file: [b78010b4fc] check-in: [cafa5160c0] user: rolf branch: schema, size: 104392 | |
2018-07-22
| ||
08:50 | Fix baseURL and extRefHandler for Windows paths containing drive letters. Note that the tcllib uri package used by extRefHandler was broken until V1.2.7. This version only tested with that version. There is still an unrelated bug pending in that URI's are supposed to be url-encoded but the code does not currently handle that and will fail for special characters in the path. file: [45a91d71a2] check-in: [fadeed7802] user: apnadkarni branch: win-uri-fix, size: 103385 | |
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: [18dab40b8d] check-in: [afde497780] user: rolf branch: trunk, size: 103367 | |
2018-06-04
| ||
13:03 | Refer the node cmd/token that isn't a domNode in error msg. file: [d792fc806f] check-in: [cde666b194] user: rolf branch: notANodeMsg, size: 103367 | |
2018-05-17
| ||
01:45 | Added a few tests. file: [453a8bf193] check-in: [fef3d03e08] user: rolf branch: attributeNames, size: 103353 | |
2018-05-02
| ||
20:34 | Don't ignore error while setting nodeObjVars. file: [8dc65c0c6b] check-in: [a231fcafa2] user: rolf branch: trunk, size: 102595 | |
2018-04-19
| ||
23:52 | Made test suite 9.0 compatible. Builds from 8.4 - 9.0 and runs test suite without error (one test error with 8.4 because of int wide). file: [2e48daafc8] check-in: [3c5422fea4] user: rolf branch: trunk, size: 102060 | |
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: [66a77f681b] check-in: [9e7f64d9c5] user: rolf branch: nodecmdns, size: 101998 | |
2017-08-11
| ||
22:41 | Hide implemention details behind warning in documentation. file: [ad13f0c290] check-in: [e6f379b2f5] user: rolf branch: trunk, size: 101637 | |
2017-06-17
| ||
01:03 | Fix seg fault of removeAttributeNS, if there is a not namespaced attribute with the same localname as the attribute to remove. file: [474c227c0f] check-in: [db3e95cb77] user: rolf branch: trunk, size: 101634 | |
2017-06-16
| ||
00:36 | Don't put syntaxically wrong XPath expressions into the cache. Fix for [97c0994ae4]. file: [620871e6f0] check-in: [5b9f6c7c6d] user: rolf branch: trunk, size: 101354 | |
2017-03-27
| ||
20:29 | Added a few tests. Bit minor gardening. file: [9c68f0ed49] check-in: [c577fbde37] user: rolf branch: trunk, size: 101116 | |
2015-03-01
| ||
03:48 | Made node detection from string token more reliable. file: [c2a8fd480f] check-in: [3401eb3d6b] user: rolf branch: trunk, size: 99346 | |
2015-02-27
| ||
02:01 | Document: detecting node from string token isnt reliable. file: [bf3407c5b8] check-in: [2de2b4f0a1] user: rolf branch: xsltmsg, size: 98995 | |
2013-11-03
| ||
22:06 | Improved handling of node deletion in mt builds (fixed memory corruption, if document is attached more than one time and deleted node is other than ELEMENT_NODE type, fixed memory clean up). Still room for improvement. file: [801f176e6a] check-in: [a77a362003] user: rolf branch: trunk, size: 98651 | |
01:07 | Corrected some test names. file: [4f5c78e62c] check-in: [10f0972864] user: rolf branch: trunk, size: 98204 | |
2013-11-02
| ||
00:33 | Document github issue 14. file: [c49b1f8fdc] check-in: [d2c4737409] user: rolf branch: trunk, size: 98196 | |
2013-09-24
| ||
00:20 | Editorial change. file: [38f4a2c134] check-in: [80ce5f7895] user: rolf branch: trunk, size: 97587 | |
2013-09-20
| ||
23:35 | More tests. Minimal documentation. file: [879b42884e] check-in: [9da0732eb4] user: rolf branch: toXPath, size: 97588 | |
2013-09-06
| ||
22:41 | Spell fix. file: [d0dfffbc28] check-in: [94beb1bc99] user: rolf branch: toXPath, size: 96484 | |
22:36 | Fixed toXPath, which didn't worked at all for namespaced nodes without a prefix and with namespaced nodes with prefix not for patholotical cases. Because the string result of the toXPath method changed even in cases, which did work there is a new option -legacy, that returns the old string value.The -legacy option will go away, in future clean ups, if it show. file: [51ae6e43cb] check-in: [1745c828bc] user: rolf branch: toXPath, size: 96484 | |
2005-12-03
| ||
13:12 | Fix of the cloneNode method: if the node to clone (or, in case of -deep, a node within the subtree to clone) had a namespace declaration attribute then the result was wrong. file: [baff5c55f2] check-in: [748bc149ec] user: rolf branch: trunk, size: 94328 | |
2005-05-12
| ||
17:11 | Fix: domNode nodeValue $newValue didn't check the newValue for being valid pcdata. file: [c76068457b] check-in: [0a6e18b84c] user: rolf branch: trunk, size: 93163 | |
2005-03-26
| ||
14:07 | Changes, to prepare adding of node creating cmds, which creates namespace aware nodes. file: [06786654a2] check-in: [18537ed52a] user: rolf branch: trunk, size: 92844 | |
2005-01-10
| ||
02:11 | Don't embed Tcl_HashTables into dom Docs, use pointers to the hash table. Added -cache option to the selectNodes method. file: [00e272ceee] check-in: [1bc3712dbc] user: rolf branch: trunk, size: 92436 | |
2005-01-06
| ||
19:21 | Added some 'selectNodes -namespaces' tests. file: [6b28d03469] check-in: [dfe76f6946] user: rolf branch: trunk, size: 91827 | |
2004-09-02
| ||
17:07 | toXPath method: fixed bug with non-element top level nodes, closed mem leak. file: [406e5ca968] check-in: [e5074c2f5d] user: rolf branch: trunk, size: 89260 | |
2004-07-28
| ||
03:41 | Reworked internal base URI handling, to fix a bug of the old approach and to be closer to (though not fully support) what DOM 3 say about base URI handling. Improved error msg for getAttribute, if attribute is not found. Changed behavior of getElementByID: if no element with the given id is found, returns now the emtpy string, not a TCL_ERROR (more close to DOM rec, getElementByID never raise an exception). Bug fix: nodeName now returns the per DOM rec correct values for comment and cdata section nodes (were as yet reported as if they where text nodes) file: [fe94d902ad] check-in: [09c30b9758] user: rolf branch: trunk, size: 88534 | |
2004-05-26
| ||
01:45 | Added this file. Includes mostly the tests out of the old dom.test. Added isPIName, isComment, isCDATA and isPIValue method to the dom command. Created new global (thread wide) flags for name and value checks (Names and FQ Names (element, attribute and processing instruction names), text nodes, comments, CDATA sections and processing instruction values). New methods setNameCheck and setTextCheck to control this flags. file: [90d3eb5034] check-in: [a2d01a9832] user: rolf branch: trunk, size: 81221 Added | |