Definitions of two variables with the same name is not hiding each other
------------------------------------------------------------------------
Key: XALANC-611
URL: http://issues.apache.org/jira/browse/XALANC-611
Project: XalanC
Type: Bug
Components: XalanC
Versions: CurrentCVS
Environment: all
Reporter: Dmitry Hayes
Fix For: CurrentCVS
<xsl:template match="doc">
<xsl:variable name="var" select="'level1'"/>
<xsl:for-each select="a">
<xsl:variable name="var" select="@pos"/>
</xsl:for-each>
</xsl:template>
Processor output :
XSLT Error: A variable or parameter with this name has already been declared in
this template.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]