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