You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2003/08/12 23:39:50 UTC

DO NOT REPLY [Bug 22047] - Xalan allows the same variable to be defined twice

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22047>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22047

Xalan allows the same variable to be defined twice

mkwan@ca.ibm.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|Xalan-Xsltc                 |Xalan
            Summary|XSLTC and xsl:variable      |Xalan allows the same
                   |                            |variable to be defined twice



------- Additional Comments From mkwan@ca.ibm.com  2003-08-12 21:39 -------
The variable "test" is defined twice in a template. According to XSLT 1.0 
specification, section 11.5, the XSLTC behavior is correct, while the behavior 
of Xalan Interpretive is incorrect. So this is actually a Xalan bug rather than 
an XSLTC bug.