SelectNodes in Compact Framework

  • Thread starter Thread starter Ghost
  • Start date Start date
G

Ghost

Why I can'u SelectNodes method of XmlDocument in CompactFramework?
How can I select nodes from XmlDocument in CompactFramework?
 
You can't use it because, as the documentation says, XPath is not supported.

-Chris
 
Back
Top