Question

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...

Was it helpful?

Solution

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.

OTHER TIPS

HTML Agility Pack is very good

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top