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