Complex sorting of XML subnodes in .Net3.5 onwards

Posted by MicMit on Stack Overflow See other posts from Stack Overflow or by MicMit
Published on 2010-04-28T06:46:37Z Indexed on 2010/04/28 6:53 UTC
Read the original article Hit count: 459

Filed under:
|
|

XML structure expressed in Xpath kind of

Records/Record/Actions/Action/ActionDate

the other node on the same level

Records/Record/Actions/Action/CTCDate

Is there easy or not easy way to sort it on "order by ActionDate,CTCDate" ( in SQL notation ), but per Actions for each selected Record when we iterate somehow ( not per XML file ). File around 50M

© Stack Overflow or respective owner

Related posts about Xml

Related posts about linq-to-xml