vote up 3 vote down star
2

Does anybody know of a freely available .NET HTML DOM Parser?

flag

60% accept rate

3 Answers

vote up 6 vote down check

The Html Agility Pack is your friend. It's been very well tested (coping with tag soup as well as well-formed (X)HTML). I've also heard that people have had not had any issues using it in production applications.

link|flag
Looks perfect, thanks! – Mark May 14 at 15:36
@Mark: No problem. Mind accepting this as the answer unless you have any further queries? – Noldorin May 14 at 15:53
vote up 0 vote down

see also Looking for C# HTML parser

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.