Barry Draper wrote: > > is the ordering of the <arg> elements guaranteed to be preserved > when the document is represented in a Xerces-Java DOM tree? > Is there a specification which addresses this?
Yes, the DOM Recommendation [1] mandates that the document order of nodes be preserved. Xerces is a compliant implementation. [1] http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/core.html Ari. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
