Escape character in Xpath

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
Hi
Im getting this error ""Expected token ] found NAME" mainly because the xpath query that Im using contains a special character - single quote ex: xpath = [@source=mens] and Im using MSXML2 xpath for parsing. How do we escape such special characters
in VB.Net? This is a upgraded project from VB6.

Thanks

View the full article
 
Back
Top