RE: order of attributes ...

2004-02-13 Thread Jesse Pelton
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

order of attributes ...

2004-02-12 Thread Ujwala Maheshwari
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()

Re: Order of attributes

2002-09-16 Thread Jason E. Stewart
"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