The XML spec says that the order of attributes is officially Not
Meaningful. Neither SAX nor DOM promise to preserve attribute order, since
doing so could impose performance penalties upon implementations.

If you really need ordered data, use child elements rather than attributes.


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

Reply via email to