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=16978>. 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=16978 xalan did not catch multiple name definitition in the same scope Summary: xalan did not catch multiple name definitition in the same scope Product: XalanJ2 Version: 2.4 Platform: Other OS/Version: Windows NT/2K Status: NEW Severity: Critical Priority: Other Component: org.apache.xalan AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] example .xsl: <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0" xmlns="http://www.w3.org/TR/REC-html40"> <xsl:template match="/"> <xsl:param name="var"/> <xsl:variable name="var" select="1"/> <xsl:value-of select="'Oops, I was not caught.'"/> </xsl:template> </xsl:stylesheet>
