Parsing HTML files

  • Thread starter Thread starter David Lei
  • Start date Start date
Does anybody know any libraries that I can use to extract the META tags from
an HTML file? Or parse the HTML file?

Ideally I'm hoping for something that will parse them like the XmlDocument
class but of course that won't parse an HTML file because HTML is rarely
well-formed XML.

Thanks,
Jeff
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top