Serialization should be outputting the nodes in document order. If 
anything else is happening, that's a bug either in how you're constructing 
the document or how the serializer is working.

EXCEPTION: Attributes within a single element, by definition, are 
unordered. You can't control their order, parsers and serializers are not 
guaranteed to preserve their order, and no application should ever attempt 
to consider their order significant.

______________________________________
Joe Kesselman  / IBM Research

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to