Changes for page Engine_libxslt

Last modified by Nicolas Gregoire on 2012/07/23 16:53

From version Icon 12.1 Icon
edited by Nicolas Gregoire
on 2012/01/11 11:56
Change comment: Deletion of attachment libxsltsaxonoutput.xsl
To version Icon 14.1 Icon
edited by Nicolas Gregoire
on 2012/01/11 11:57
Change comment: There is no comment for this version

Summary

Details

Icon Page properties
Content
... ... @@ -25,9 +25,9 @@
25 25  Several functions, associated at different namespaces, allow to create files on the engine side.
26 26  
27 27  
28 -|=Namespace|=Extension element|=Parameter
29 -|http:~/~/icl.com/saxon|output|href
30 -|http:~/~/www.jclark.com/xt|document|href
31 -|http:~/~/exslt.org/common|document|href
32 -|org.apache.xalan.xslt.extensions.Redirect|write|href
33 -|XSLT 1.1 ?|document|href
28 +|=Namespace|=Extension element|=Parameter|=PoC
29 +|http:~/~/icl.com/saxon|output|href|\\
30 +|http:~/~/www.jclark.com/xt|document|href|\\
31 +|http:~/~/exslt.org/common|document|href|\\
32 +|org.apache.xalan.xslt.extensions.Redirect|write|href|\\
33 +|XSLT 1.1 ?|document|href|\\
Icon libxslt-saxon-output.xsl
Author
... ... @@ -1,0 +1,1 @@
1 +xwiki:XWiki.NicolasGregoire
Size
... ... @@ -1,0 +1,1 @@
1 +355 bytes
Content
... ... @@ -1,0 +1,13 @@
1 +<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
2 + xmlns:sx="http://icl.com/saxon"
3 + extension-element-prefixes="sx"
4 + version='1.0'>
5 +
6 + <xsl:template match="/">
7 + <sx:output href="/tmp/created_by_libxslt_saxon_output" method="text">
8 + <xsl:text>Just a PoC</xsl:text>
9 + </sx:output>
10 + </xsl:template>
11 +
12 +</xsl:stylesheet>
13 +