blob: d57287d3eae48c0aa5c14d07778aea053d9cb382 [file] [log] [blame]
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:template match="/">
<xsl:call-template name="foo" />
</xsl:template>
<xsl:template name="foo">
<!-- comment -->
<foo />
</xsl:template>
</xsl:stylesheet>