blob: 9a5130648afc5910ca21f9428d5b196994c78a67 [file] [log] [blame]
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:variable name="bar"/>
<xsl:template match="/">
<xsl:variable name="foo" select="1"/>
<xsl:value-of select="$foo"/>
<xsl:variable name="<error descr="Duplicate declaration">foo</error>" select="2"/>
<xsl:value-of select="$foo"/>
</xsl:template>
</xsl:stylesheet>