Project

Profile

Help

Bug #2409 » main.xsl

Radu Pisoi, 2015-06-25 11:25

 
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
exclude-result-prefixes="xs"
version="2.0"
xmlns:saxon="http://saxon.sf.net/">
<xsl:output saxon:next-in-chain="second.xsl"/>
<xsl:template match="root">
<mainOutput>
text
</mainOutput>
</xsl:template>
</xsl:stylesheet>
(2-2/3)