Changes for page Engine_tDOM

Last modified by Nicolas Gregoire on 2012/01/14 17:00

From version Icon 7.1 Icon
edited by Nicolas Gregoire
on 2012/01/11 11:50
Change comment: There is no comment for this version
To version Icon 8.1 Icon
edited by Nicolas Gregoire
on 2012/01/14 17:59
Change comment: There is no comment for this version

Summary

Details

Icon Page properties
Content
... ... @@ -1,36 +1,23 @@
1 -[[tDOM>>http://tdom.github.com/||rel="__blank" title="tDOM Home Page"]] is a XSLT engine used in TCL scripts.
1 +{{toc/}}
2 2  
3 += Introduction =
3 3  
4 -== Supported version ==
5 +[[tDOM>>http://tdom.github.com/||rel="__blank" title="tDOM Home Page"]] is a XSLT engine used in TCL scripts.
5 5  
7 += Supported version =
8 +
6 6  1.0
7 7  
8 -== Command line ==
11 += Command line =
9 9  
13 +Start 'tclsh' and paste the script :
10 10  
11 -Start 'tclsh' and paste the following script :
15 += Identification strings =
12 12  
13 -package require tdom
14 -\\set xml [dom parse {<recon/>}]
15 -set xsl [dom parse {<xsl:stylesheet
16 - version="1.0"
17 - xmlns:xsl="http:~/~/www.w3.org/1999/XSL/Transform">
18 - <xsl:output method="text"/>
19 - <xsl:template match="/">
20 - Version : <xsl:value-of select="system-property('xsl:version')" />
21 - Vendor : <xsl:value-of select="system-property('xsl:vendor')" />
22 - Vendor URL : <xsl:value-of select="system-property('xsl:vendor-url')" />
23 - </xsl:template>
24 -</xsl:stylesheet>}]
25 -$xml xslt $xsl result
26 -$result asText
27 -
28 -== Identification strings ==
29 -
30 30  |=xsl:vendor-url|http:~/~/www.tdom.org
31 31  |=xsl:vendor|Jochen Loewer (loewerj@hotmail.com), Rolf Ade (rolf@pointsman.de) et. al.
32 32  |=xsl:version|1
33 33  
34 -== Special features ==
21 += Special features =
35 35  
36 36  * None ?