Project

Profile

Help

Bug #4886 » included.xsl

Maarten Kroon, 2021-01-29 16:24

 
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
expand-text="yes"
version="3.0">
<xsl:template match="/">
<root>
<xsl:apply-templates/>
</root>
</xsl:template>
<xsl:template name="unused" match="/*">{$test}</xsl:template>
</xsl:stylesheet>
(2-2/4)