in reply to XML::Mini problem
Why is the order of attributes in the header important? XML modules generally do not attempt to preserve or manage attribute order. If you require that the attributes be in a particular order you may be best to post process the XML document to generate the order you require.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: XML::Mini problem
by herveus (Prior) on May 25, 2007 at 12:02 UTC | |
|
Re^2: XML::Mini problem
by Peamasii (Sexton) on May 25, 2007 at 10:27 UTC | |
by GrandFather (Saint) on May 25, 2007 at 11:00 UTC | |
|
Re^2: XML::Mini problem
by pgor (Beadle) on May 25, 2007 at 15:53 UTC |