problem with AddSort method
- by netNewbi3
Hi
Could you let me know what the proboem is with sorting in this code? It doesn't work.
My xml:
CONTRACTS
--CONTRACT
---SUPPLIER
---COMMODITIES
----COMMODITY
-----COMODDITYNAME
My code:
Dim myString As StringBuilder = New StringBuilder(200)
Dim xdoc As New XPathDocument("local_xml.xml")
Dim nav As XPathNavigator =…