Changes for page Engine_libxslt

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

From version Icon 19.1 Icon
edited by Nicolas Gregoire
on 2012/01/11 12:02
Change comment: There is no comment for this version
To version Icon 21.1 Icon
edited by Nicolas Gregoire
on 2012/01/11 21:15
Change comment: Upload new attachment libxslt-exslt-document.xsl

Summary

Details

Icon Page properties
Content
... ... @@ -28,6 +28,5 @@
28 28  |http:~/~/icl.com/saxon|output|href|[[libxslt-saxon-output.xsl>>attach:libxslt-saxon-output.xsl]]\\
29 29  |http:~/~/www.jclark.com/xt|document|href|\\
30 30  |http:~/~/exslt.org/common|document|href|\\
31 -|org.apache.xalan.xslt.extensions.Redirect|write|href|[[libxslt-xalan-write.xsl>>attach:libxslt-xalan-write.xsl]]
32 -\\
31 +|org.apache.xalan.xslt.extensions.Redirect|write|href|[[libxslt-xalan-write.xsl>>attach:libxslt-xalan-write.xsl]]\\
33 33  |XSLT 1.1 ?|document|href|\\
Icon libxslt-exslt-document.xsl
Author
... ... @@ -1,0 +1,1 @@
1 +xwiki:XWiki.NicolasGregoire
Size
... ... @@ -1,0 +1,1 @@
1 +376 bytes
Content
... ... @@ -1,0 +1,13 @@
1 +<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
2 + xmlns:exslt="http://exslt.org/common"
3 + extension-element-prefixes="exslt"
4 + version='1.0'>
5 +
6 + <xsl:template match="/">
7 + <exslt:document href="/tmp/created_by_libxslt_exslt_document" method="text">
8 + <xsl:text>Just a PoC</xsl:text>
9 + </exslt:document>
10 + </xsl:template>
11 +
12 +</xsl:stylesheet>
13 +