Prasanna Bhale wrote,
> However the attributes get arrange in ascending order, what I want is
> that the attributes to remain arranged in order in which they are in the
> XML.
Each element can be associated with an unordered collection of attributes.
There is no difference in the information conveyed by,
<elem a='7' b='8' />
and
<elem b='8' a='7' />
The answer then, is that it is not possible (in XML).
Derek Harmon
_
P.S., It's unwise to attach return receipts to messages posted on
mailing lists. If 10% of the people reading this list click "Sure, I
read it," your Inbox will explode. :-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]