Changes for page Engine_libxslt

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

From version Icon 21.1 Icon
edited by Nicolas Gregoire
on 2012/01/11 21:15
Change comment: Upload new attachment libxslt-exslt-document.xsl
To version Icon 22.1 Icon
edited by Nicolas Gregoire
on 2012/01/11 21:15
Change comment: Upload new attachment libxslt-xt-document.xsl

Summary

Details

Icon libxslt-xt-document.xsl
Author
... ... @@ -1,0 +1,1 @@
1 +xwiki:XWiki.NicolasGregoire
Size
... ... @@ -1,0 +1,1 @@
1 +362 bytes
Content
... ... @@ -1,0 +1,13 @@
1 +<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
2 + xmlns:xt="http://www.jclark.com/xt"
3 + extension-element-prefixes="xt"
4 + version='1.0'>
5 +
6 + <xsl:template match="/">
7 + <xt:document href="/tmp/created_by_libxslt_xt_document" method="text">
8 + <xsl:text>Just a PoC</xsl:text>
9 + </xt:document>
10 + </xsl:template>
11 +
12 +</xsl:stylesheet>
13 +