I have a DLL which I (for many reasons) cannot change. I use this assembly to retrieve a an XPathNodeIterator
.
I know I can sort XML with an XPathExpression
on an XPathNavigator
to get an XPathNodeIterator
, the problem is that I start from the XPathNodeIterator
is there any way to apply a sort afterward?