The code looks like this:
<xx>
<xy>
<xz>
<xx somestring="bbb" value= "0"...>
<xx somestring="cad" value= "0"...>
<xx somestring="axa" value= "0"...>
<xx somestring="aaa" value= "0"...>
<xz>
<xy>
<xx>
This needs to be sorted by "somestring" alphabetical, the dept of the nodes is variable and the name of xx, xy, xz are also variable, the only thing that is always there is "somestring" which needs to be sorted in that way, but the order of the parents needs to keep the same. Just
Anyone able to help me out here? Would be awesome if done in LINQ.
Thanks in advance