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=7205>. 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=7205 Attributes arg of startElement() contains namespace declarations. ------- Additional Comments From [EMAIL PROTECTED] 2003-10-21 14:33 ------- Richard, the patch is related to setting the "http://xml.org/sax/features/namespace-prefixes" feature to false (its default value). How does it get set to true? How is this related to setting this value for an XMLReader? : XMLReader.setProperty("http://xml.org/sax/features/namespace-prefixes",b); How does this setFeature() method call percolate down to the ToXMLSAXHandler class? - Brian
