Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Added new option -legacy to the domNode cmd error msg text. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | toXPath |
Files: | files | file ages | folders |
SHA1: |
e799d2e8c50960212912598017938c93 |
User & Date: | rolf 2013-09-06 22:44:05 |
Context
2013-09-20
| ||
21:18 | Updated from trunk. check-in: 697274d232 user: rolf tags: toXPath | |
2013-09-06
| ||
22:44 | Added new option -legacy to the domNode cmd error msg text. check-in: e799d2e8c5 user: rolf tags: toXPath | |
22:41 | Spell fix. check-in: 94beb1bc99 user: rolf tags: toXPath | |
Changes
Changes to generic/tcldom.c.
332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 |
" asHTML ?-channel <channelId>? ?-escapeNonASCII? ?-htmlEntities?\n"
" asText \n"
" appendFromList nestedList \n"
" appendFromScript script \n"
" insertBeforeFromScript script ref \n"
" appendXML xmlString \n"
" selectNodes ?-namespaces prefixUriList? ?-cache <boolean>? xpathQuery ?typeVar? \n"
" toXPath \n"
" disableOutputEscaping ?boolean? \n"
" precedes node \n"
" normalize ?-forXPath? \n"
" xslt ?-parameters parameterList? <xsltDocNode>\n"
TDomThreaded(
" readlock \n"
" writelock \n"
|
| |
332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 |
" asHTML ?-channel <channelId>? ?-escapeNonASCII? ?-htmlEntities?\n"
" asText \n"
" appendFromList nestedList \n"
" appendFromScript script \n"
" insertBeforeFromScript script ref \n"
" appendXML xmlString \n"
" selectNodes ?-namespaces prefixUriList? ?-cache <boolean>? xpathQuery ?typeVar? \n"
" toXPath ?-legacy? \n"
" disableOutputEscaping ?boolean? \n"
" precedes node \n"
" normalize ?-forXPath? \n"
" xslt ?-parameters parameterList? <xsltDocNode>\n"
TDomThreaded(
" readlock \n"
" writelock \n"
|