Sorting XmlNodeList

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
<p align=left><font face=Arial size=2></font> 
Anyone know how can i sort my XmlNodeList by attribute?

   <item id="1" name="c" />
   <item id="2" name="b" />
   <item id="3" name="a" />

SortList(XmlNodeList list, "name")

   <item id="3" name="a" />
   <item id="2" name="b" />
   <item id="1" name="c" />
<p align=left> 
<p align=left>Many thanks

View the full article
 
Back
Top