Project

Profile

Help

Bug #3635 » exception.xsl

main stylesheet - Liam Quin, 2018-01-21 02:22

 
<?xml version="1.0"?>
<xsl:stylesheet version="3.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
>

<xsl:template match="/">
<xsl:copy select="transform(
map {
'stylesheet-location' : 'exception-two.xsl',
'source-node' : /,
'stylesheet-params' : map {
'garment' : 'hoodie',
'colour' : 'black'
}
}
)"/>
</xsl:template>

</xsl:stylesheet>
(2-2/2)