PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2140 *** shadow/2140 Tue Jun 12 13:48:15 2001 --- shadow/2140.tmp.19217 Wed Sep 12 13:07:26 2001 *************** *** 2,9 **** | Expression of the form ":name" throws inappropriate error | +----------------------------------------------------------------------------+ | Bug #: 2140 Product: XalanJ2 | ! | Status: NEW Version: 2.0.x | ! | Resolution: Platform: All | | Severity: Minor OS/Version: All | | Priority: Other Component: Xalan | +----------------------------------------------------------------------------+ --- 2,9 ---- | Expression of the form ":name" throws inappropriate error | +----------------------------------------------------------------------------+ | Bug #: 2140 Product: XalanJ2 | ! | Status: RESOLVED Version: 2.0.x | ! | Resolution: FIXED Platform: All | | Severity: Minor OS/Version: All | | Priority: Other Component: Xalan | +----------------------------------------------------------------------------+ *************** *** 20,23 **** <xsl:for-each select=":foo"> which should raise an error like "no prefix" but actually reports: XSLT Error (javax.xml.transform.TransformerConfigurationException): String index ! out of range: -1 --- 20,27 ---- <xsl:for-each select=":foo"> which should raise an error like "no prefix" but actually reports: XSLT Error (javax.xml.transform.TransformerConfigurationException): String index ! out of range: -1 ! ! ------- Additional Comments From [EMAIL PROTECTED] 2001-09-12 13:07 ------- ! Don't really want to spend too much time in this code since it will be ! rewritten, so I just added code to catch the index out of range exception.
