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-09-26 13:48 ------- The default mode for SAX is to not include namespaces as attributes. I tried out a few transformations with an xml reader with default settings and Xalan seems to be behaving properly. Is this extra requirement of namespaces appearing in attributes in order for Xalan to work documented somewhere? The default properties for SAX are defined for XMLReader, and there is no mention of SAXResult or transformations, but I don't think applying these to our case would be a far stretch. But I do agree that it would be nice if the user had some way to explicitly set the behaviour of the resultant SAX stream.
