blob: 87c031c211f6b88ca0216c681b9f05c82ed02305 [file] [log] [blame]
<xsl:stylesheet version="1.1" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:variable name="foo" />
<xsl:template name="abc">
<x>
<xsl:variable name="<warning>foo</warning>" />
<xsl:value-of select="$foo" />
</x>
</xsl:template>
</xsl:stylesheet>