blob: 5e8191aba4e3b765c9e28bb2b861f6fb4d798e4a [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">
<foo />
</xsl:template>
</xsl:stylesheet>