Changes for page Engine_libxslt

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

From version Icon 24.1 Icon
edited by Nicolas Gregoire
on 2012/01/11 21:29
Change comment: There is no comment for this version
To version Icon 26.1 Icon
edited by Nicolas Gregoire
on 2012/01/11 21:34
Change comment: There is no comment for this version

Summary

Details

Icon Page properties
Content
... ... @@ -25,8 +25,8 @@
25 25  Several functions, associated at different namespaces, allow to create files on the engine side. They re all aliases to the xsltDocumentElem() function defined in libxslt/transform.c
26 26  
27 27  |=Namespace|=Extension element|=Parameter|=PoC
28 -|http:~/~/icl.com/saxon|output|href|[[libxslt-saxon-output.xsl>>attach:libxslt-saxon-output.xsl]]\\
28 +|http:~/~/www.w3.org/1999/XSL/Transform|document|href|[[libxslt-xsl-document.xsl>>attach:libxslt-xsl-document.xsl]]\\
29 29  |http:~/~/www.jclark.com/xt|document|href|[[libxslt-xt-document.xsl>>attach:libxslt-xt-document.xsl]]\\
30 30  |http:~/~/exslt.org/common|document|href|[[libxslt-exslt-document.xsl>>attach:libxslt-exslt-document.xsl]]\\
31 31  |org.apache.xalan.xslt.extensions.Redirect|write|href|[[libxslt-xalan-write.xsl>>attach:libxslt-xalan-write.xsl]]\\
32 -|http:~/~/www.w3.org/1999/XSL/Transform|document|href|\\
32 +|http:~/~/icl.com/saxon|output|href|[[libxslt-saxon-output.xsl>>attach:libxslt-saxon-output.xsl]]\\
Icon libxslt-xsl-document.xsl
Author
... ... @@ -1,0 +1,1 @@
1 +xwiki:XWiki.NicolasGregoire
Size
... ... @@ -1,0 +1,1 @@
1 +293 bytes
Content
... ... @@ -1,0 +1,11 @@
1 +<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
2 + version='1.0'>
3 +
4 + <xsl:template match="/">
5 + <xsl:document href="/tmp/created_by_libxslt_xsl_document" method="text">
6 + <xsl:text>Just a PoC</xsl:text>
7 + </xsl:document>
8 + </xsl:template>
9 +
10 +</xsl:stylesheet>
11 +