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=3060 *** shadow/3060 Thu Aug 9 09:53:21 2001 --- shadow/3060.tmp.18620 Thu Aug 9 09:53:21 2001 *************** *** 0 **** --- 1,34 ---- + +============================================================================+ + | xmlns:foo="foo" causes ArrayIndexOutOfBounds | + +----------------------------------------------------------------------------+ + | Bug #: 3060 Product: XalanJ2 | + | Status: NEW Version: CurrentCVS | + | Resolution: Platform: All | + | Severity: Normal OS/Version: All | + | Priority: Other Component: org.apache.xml.dtm | + +----------------------------------------------------------------------------+ + | Assigned To: [EMAIL PROTECTED] | + | Reported By: [EMAIL PROTECTED] | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | URL: | + +============================================================================+ + | DESCRIPTION | + The following xml: + + <foo:bar xmlns:foo="foo"> + <a/> + </foo:bar> + + with the following XSLT: + + <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" + xmlns:foo="foo" > + + <xsl:template match="foo:bar"> + <xsl:apply-templates /> + </xsl:template> + + </xsl:stylesheet> + + Causes an ArrayIndexOutOfBounds exception in SAX2DTM.getPrefix. \ No newline at end of file
