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=12441>. 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=12441 TCK: Should not throw exception in forward-compatible mode ------- Additional Comments From [EMAIL PROTECTED] 2002-09-25 19:51 ------- The proposed patch is not a general solution. As the spec points out, we should handle invalid attributes in any descendant element of xsl:stylesheet, not just in xsl:template. The fix should be in the super class XSLTElementProcessor. To avoid converting the version string to a number for every attribute, it is better to introduce a boolean member (e.g. m_isCompatibleMode) in Stylesheet.
