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 25.1 Icon
edited by Nicolas Gregoire
on 2012/01/11 21:30
Change comment: Upload new attachment libxslt-xsl-document.xsl

Summary

Details

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 +