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(..) ------- Additional Comments From [EMAIL PROTECTED] 2002-01-23 20:58 ------- More precisely: If you've requested DOM output, then any sequence which eventually results in the proper DOM tree is correct. Any DOM implementation or DOM-builder which is sensitive to that order is misdesigned, since the order of calls _WILL_ vary from one DOM application to another. If you really care about the exact order in which the document is output, use SAX since SAX explicitly defines that order. You can then use the SAX stream to drive your own DOM-builder, if that's what you want to do.
