blob: 69adebf42a3c1807e678397e4e175d57d766a522 [file] [log] [blame]
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:template match="/">
<xsl:variable name="a" />
<xsl:value-of select="a" />
</xsl:template>
<xsl:template name="foo">
<xsl:variable name="a" />
<xsl:value-of select="$<caret>a" />
</xsl:template>
</xsl:stylesheet>