blob: c6b7239e880f6f7c86ccf4fd9fba791d2e46bc59 [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="$<caret>a" />
</xsl:template>
</xsl:stylesheet>