DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=41398>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=41398 ------- Additional Comments From [EMAIL PROTECTED] 2007-01-22 03:57 ------- Note that I'm debating marking this as a WONTFIX. Ant gets the attributes from DOM in the order it chooses. There does not appear to be a specification of the ordering of those attrs in the DOM docs at the W3C, or in the javadocs. Xerces 2.7.0 is returning them in alpha order, so that is how we expand them. There's no guarantee that other XML parsers will return the same order, so unless we can come up with an implementation-neutral way of determining declaration order, we should just warn that the ordering is a function of the XML parser and leave it at that. fore the ordering of attribute -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
