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=13321>. 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=13321 XMLFilterImpl drops Namespace URI Summary: XMLFilterImpl drops Namespace URI Product: Xerces2-J Version: 2.2.0 Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Critical Priority: Other Component: SAX AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] (I've tried this on version 2.0.2 and it works, but 2.2.0 doesn't.) I have a case where I have an XMLFilter attached to an XMLReader. The filter handles both start and endElement() parse events from the Reader. The reader is just a default one from the factory, and _before_I_do_anything_ in the filter I print the uri, localName, and qName parameters as received by the filter. I get the URI alrigth in the startElement() callback, but I get an empty URI for most endElement() events. I'll post what I have at http://www.seanet.com/~jlowery/bugfiles/xerces --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
