Does anyone know a good place to find info about XPath and how to use it?
Many XML sites don't mention xPath in much detail from a .net viewpoint.
Printable View
Does anyone know a good place to find info about XPath and how to use it?
Many XML sites don't mention xPath in much detail from a .net viewpoint.
Check out w3c
http://www.w3.org/TR/xpath
W3C Tutorial on xPath
http://www.w3schools.com/xpath/
Thanks I will.