Sorting of XML file by XMLElement's InnerText

后端 未结 4 792
野性不改
野性不改 2020-12-21 12:41

Please have a look at the XML file. I would like to sort the XML file by tag


  
    ABC&         


        
4条回答
  •  执笔经年
    2020-12-21 13:16

    Basically, you need to parse the XML file into a set of records, sort the records on the appropriate field, then write the result back out as a new XML file.

提交回复
热议问题