in reply to Re: Sort xml based on attribute
in thread Sort xml based on attribute
Note: It's actually a much much larger file (9510 lines)<?xml version="1.0"?> <ResultDetail> <results> <ResultItem> <category>AGM</category> <subCategory>VAL</subCategory> <code1>010000</code1> <name>parse</name> <type>ERR</type> <flags>320</flags> <language>EN</language> <description>Parse error</description> <cause>Parse error in the input XML</cause> <action>Correct the error and send your request again</action> </ResultItem> <ResultItem> <category>AGM</category> <subCategory>VAL</subCategory> <code1>010300</code1> <name>client.NotEntered</name> <type>ERR</type> <flags>320</flags> <language>EN</language> <description>Client not entered</description> <cause>Invalid data field values</cause> <action>Correct the problem and send the request again</action +> </ResultItem> <ResultItem> <category>AGM</category> <subCategory>VAL</subCategory> <code1>010400</code1> <name>client.notFound</name> <type>ERR</type> <flags>320</flags> <language>EN</language> <description>Client not found</description> <cause>Invalid data field values</cause> <action>Correct the problem and send the request again</action +> </ResultItem> <ResultItem> <category>AGM</category> <subCategory>VAL</subCategory> <code1>010500</code1> <name>client.invalidData</name> <type>ERR</type> <flags>320</flags> <language>EN</language> <description>Client data invalid</description> <cause>Invalid data field values</cause> <action>Correct the problem and send the request again</action +> </ResultItem> </results> </ResultDetail>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Sort xml based on attribute
by Jenda (Abbot) on Aug 12, 2010 at 10:20 UTC | |
by Anonymous Monk on Aug 12, 2010 at 11:48 UTC | |
by Jenda (Abbot) on Aug 12, 2010 at 12:53 UTC | |
by Anonymous Monk on Aug 12, 2010 at 18:07 UTC | |
by Jenda (Abbot) on Aug 12, 2010 at 19:52 UTC | |
| |
by Anonymous Monk on Aug 12, 2010 at 11:53 UTC |