I tried to include System.Xml.Xpath in C#.NET to do wp7 programs for parsing XML. I have added the reference System.Xml but Xpath is not found.
I tried to include System.Xml.Xpath in C#.NET to do wp7 programs for parsing XML.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is no System.Xml.Xpath support in Windows Phone, you’ll have to use an external assembly that does support XPath, or use Linq to XML (quite recommended!)