blob: 0380ab826743d6c3096bb74f4ca0b95721aca5bf [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:variable name="b" />
<selection><xsl:value-of select="$a" /><xsl:value-of select="$b" /></selection>
</xsl:template>
</xsl:stylesheet>