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=9552>. 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=9552 org.apache.xalan.xsltc.runtime.AttributeList incorrectly uses a QName prefix for the URI ------- Additional Comments From [EMAIL PROTECTED] 2002-06-03 14:11 ------- This is indeed a bug. Look at the getURI(). public String getURI(int index) { if (index < _length) return((String)_uris.elementAt(index)); else return(null); } This is a SAX2 method in the org.xml.sax.Attributes interface. The method expects the implementation to return the URI of the namespace for the attribute.
