I need to parse html for a project and looking for a good html parser or an API providing conversion from html to xml.
Waiting for suggestions…
Thanks All…
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.
The HTML Agility Pack is a .NET library that parses HTML files. The parser is very tolerant with “real world” malformed HTML. The object model is very similar to System.Xml.XmlDocument, but for HTML documents. It supports XPath and XSLT.