Changes for page Engine_4Suite

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

From version Icon 14.1 Icon
edited by Nicolas Gregoire
on 2012/01/23 12:38
Change comment: Upload new attachment 4suite-exsl-document.xsl
To version Icon 16.1 Icon
edited by Nicolas Gregoire
on 2012/01/23 12:46
Change comment: There is no comment for this version

Summary

Details

Icon Page properties
Content
... ... @@ -24,8 +24,11 @@
24 24  
25 25  = Reading files =
26 26  
27 -{{warning}}TODO{{/warning}}
27 +|=Namespace|=Extension element|=Parameters|=PoC
28 +|http:~/~/xmlns.4suite.org/ext|doc-as-string|file, encoding|[[4suite-doc-as-string.xsl>>attach:4suite-doc-as-string.xsl]]\\
28 28  
29 29  = Writing files =
30 30  
31 -{{warning}}TODO{{/warning}}
32 +{{warning}}
33 +TODO
34 +{{/warning}}
Icon 4suite-doc-as-string.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 +