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=5264>. 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=5264 DOMBuilder startElement(..) Summary: DOMBuilder startElement(..) Product: XalanJ2 Version: 2.0.0 Platform: Other OS/Version: All Status: NEW Severity: Normal Priority: Other Component: org.apache.xml.utils AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] this method calls appendChild(Node node) before adding the attributes to the node Hence a test for attributes in appendChild returns null Is it possible to add the attributes first, and then call appendChild I am working around by overriding endElement(..)
