You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by bu...@apache.org on 2002/10/05 01:23:45 UTC

DO NOT REPLY [Bug 13321] New: - XMLFilterImpl drops Namespace URI

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: xerces-j-dev@xml.apache.org
        ReportedBy: jlowery@scenicsoft.com


(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: xerces-j-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-dev-help@xml.apache.org