Re: [xml-dev] Keep sequencing order of XML list of elements?

From
Manos Batsis <>
To
"Porzio, Christian" <>
Date
2010-03-08T16:14:20Z
ID
<>
Thread
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