You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2003/10/21 16:33:52 UTC

DO NOT REPLY [Bug 7205] - Attributes arg of startElement() contains namespace declarations.

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 minchau@ca.ibm.com  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