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 15:04 -------
Hi Brian,

There currently is no way for us to change the value of
"http://xml.org/sax/features/namespace-prefixes,"; so the thought was to just set
it to its default value (false). It would be nice if there was a way to change this.

XMLReader doesn't really have anything to do with this bug. I was just trying to
draw a correlation. If you were just processing regular SAX events, and wanted
to enable/disable the appearance of namespace declarations as attributes, you
would set the feature in the object generating the SAX events; that is, the
XMLReader object. In our case, the thing generating the SAX events is the
transformation, and we currently don't have a way to specify this property.

Reply via email to