How to use HTML Agility pack

后端 未结 7 1815
闹比i
闹比i 2020-11-21 04:30

How do I use the HTML Agility Pack?

My XHTML document is not completely valid. That\'s why I wanted to use it. How do I use it in my project? My project is in C#.

7条回答
  •  心在旅途
    2020-11-21 05:02

    I don't know if this will be of any help to you, but I have written a couple of articles which introduce the basics.

    • HtmlAgilityPack Article Series
    • Introduction To The HtmlAgilityPack Library
    • Easily extracting links from a snippet of html with HtmlAgilityPack

    The next article is 95% complete, I just have to write up explanations of the last few parts of the code I have written. If you are interested then I will try to remember to post here when I publish it.

提交回复
热议问题