Re: [xml-dev] Keep sequencing order of XML list of elements?
Porzio, Christian wrote: > The problem is: > Can we assume a sequence of identical XML nodes will have the same order > in the memory of the receiver once they have been parsed? Compliant parsers and most APIs preserve document order. Actually I am aware of no API that does not. hth, Manos