tDOM

Timeline
Login

Timeline

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

29 check-ins going from 98cd4affb5a91ca6 to f00c8a6439d579e8

2002-03-16
13:06
Optimised xsl:sort: the string or numeric value of the nodes to sort are computed only once and cached for further comparisons in the sort process. check-in: f00c8a6439 user: rolf tags: trunk
2002-03-14
13:28
Fixed the Fix of the last commit. check-in: cbe771bf12 user: rolf tags: trunk
01:27
Minimal Fix: doubled namespaceURI method corrected to prefix check-in: 7b7e247135 user: rolf tags: trunk
2002-03-10
01:21
Added documentation for the new dom command method createDocumentNS. check-in: 2fa449f347 user: rolf tags: trunk
01:20
Added tests for [dom createDocument] and the new [dom createDocumentNS]. Documented a bug (test dom-3.1). check-in: 473353233e user: rolf tags: trunk
01:17
Added method createDocumentNS to the dom command. check-in: ca9c194567 user: rolf tags: trunk
01:16
Added support for [dom createDocumentNS]. Added tests for correctness of document Element tag name. check-in: bd23419f09 user: rolf tags: trunk
01:14
Introduced distinction between XML Name and XML NC Name. check-in: 44b0ba5fd3 user: rolf tags: trunk
2002-03-08
23:49
Fixed small, obvious bug in DBG code. check-in: 6c5f787294 user: rolf tags: trunk
2002-03-07
22:16
Improved recognition of REALs (of the form .123). Made variable name recognition UTF-8 save. Freeze of actual state, befor feeding stuff to Jochen. check-in: 916956c205 user: rolf tags: trunk
22:11
Freeze of actual state, befor feeding stuff to Jochen. check-in: cf9a256595 user: rolf tags: trunk
22:09
Added infrastructur to be able to do NCNAME tests. Freeze of actual state, befor feeding stuff to Jochen. check-in: f180b1c8a2 user: rolf tags: trunk
22:04
Freeze of actual state, befor feeding stuff to Jochen. check-in: 80cde7bfa4 user: rolf tags: trunk
2002-03-05
16:15
Dummy config.h needed for expat. check-in: 687ef565b9 user: rolf tags: trunk
2002-03-03
20:08
Improved detection of improper stylesheets: now triggers error if any mandatory attribute of a xsl element is missing. The mandatory attributes are: xsl:stylesheet: version; xsl:transform: version; xsl:include: href; xsl:import: href; xsl:strip-space: elements; xsl:preserve-space: elements; xsl:call-template: name; xsl:namespace-alias: stylesheet-prefix result-prefix; xsl:element: name; xsl:attribute: name; xsl:attribute-set: name; xsl:processing-instruction: name; xsl:value-of: select; xsl:for-each: select; xsl:if: test; xsl:when: test; xsl:variable: name; xsl:param: name; xsl:copy-of: select; xsl:with-param: name; xsl:key: name match use check-in: 4b3d9115e0 user: rolf tags: trunk
01:02
tcltest test suite started. The expat related tests are mostly out of an older tclexpat test suite by Steve Ball (reviewed, bug fixed and adapted to tDOMs SAX interface). Plus a few tDOM specific tests. check-in: 8ba496bb01 user: rolf tags: trunk
2002-03-01
04:06
Improved detection of improper stylesheets: xsl:include xsl:import xsl:strip-space xsl:preserve-space xsl:apply-imports xsl:namespace-alias xsl:value-of xsl:number xsl:sort xsl:copy-of xsl:key xsl:decimal-format and xsl:output must be emtpy. check-in: 5350288274 user: rolf tags: trunk
01:30
No real code changes. Only to log additional change in 1.3: Fixed namespace overflow throu repeated (identical in prefix and uri) namespace declarations. check-in: 1ac62d594e user: rolf tags: trunk
01:18
Changed parsing. [dom parse ..] now uses Tcl_GetStringFromObj(), dom parse -channel now respects the encoding of the channel. check-in: 8cc106f218 user: rolf tags: trunk
01:16
Changed behavior of [<parserObj> parse <data>] and [<parserObj> parsechannel <Tcl channel>]. The method 'parse' now uses Tcl_GetStringFromObj(), the method 'parsechannel' now respects the encoding of the channel. check-in: 7f6fbcaa63 user: rolf tags: trunk
2002-02-28
00:57
Changed to new version number 0.7 check-in: 9874d60ad2 user: rolf tags: trunk
00:39
Added tcl coded xpath function element-avaliable. Changed function-avaliable accordingly. check-in: 5edd91ead4 user: rolf tags: trunk
2002-02-26
14:05
Updated the [load ...] to the new version number 0.7 check-in: 7d7e46a6ec user: rolf tags: trunk
14:04
Updated the [package provide] to the new version number 0.7 check-in: 5636300b8d user: rolf tags: trunk
2002-02-24
02:31
Fixed UTF-8 char byte length determination check-in: 9373983392 user: rolf tags: trunk
2002-02-23
01:13
Some code tweaking for a mostly warning free MS build check-in: 64a4af89f8 user: rolf tags: trunk
01:12
Removed some file noise check-in: 35a577fc36 user: rolf tags: trunk
01:08
Initial check in of win makefile. Tested on w2k with VC 6++ check-in: 0ce4795ef9 user: rolf tags: trunk
2002-02-22
01:05
Initial revision check-in: 98cd4affb5 user: rolf tags: trunk