ginal Message-
> From: Ujwala Maheshwari [mailto:[EMAIL PROTECTED]
> Sent: Thursday, February 12, 2004 7:15 PM
> To: [EMAIL PROTECTED]
> Subject: order of attributes ...
>
>
> Hi,
>
> I am using xerces-c 1.7 API. When I execute the following
> lines of code, t
Hi,
I am using xerces-c 1.7 API. When I execute the following lines of code, the order in
which I get back the attributes is sorted alphabetically. Is there a way to get the
list of attributes the way they appeared in my original XML Node?
DOM_NamedNodeMap attributes = toWrite.getAttributes()
"Peter A. Volchek" <[EMAIL PROTECTED]> writes:
> Actually the main reason I need to keep the order of attributes is
> readability of the serialized document. As an example see the dump
> below of what I did with Xerces' attribute order and what I
> expected