P
phantom
Hi all.
I have a xml file as
<?xml version="1.0" ?>
<INFO name="" orderno="123" type="abc" status="done">
<info1 .... some more information/>
</INFO>
I am using a DOM parser and the NamedNodeMap to get the attributes,
the problem is the order of the attributes does matter in the
processing and the data structure stores the attributes in an
alphabetized format, what i want is the attributes be stored in the
way they were received. I would appreciate all suggestions/pointers
for the same.
Thanks
Sid
I have a xml file as
<?xml version="1.0" ?>
<INFO name="" orderno="123" type="abc" status="done">
<info1 .... some more information/>
</INFO>
I am using a DOM parser and the NamedNodeMap to get the attributes,
the problem is the order of the attributes does matter in the
processing and the data structure stores the attributes in an
alphabetized format, what i want is the attributes be stored in the
way they were received. I would appreciate all suggestions/pointers
for the same.
Thanks
Sid