I
IsaacArsenal
Guest
I want to parse a HTML document in C#.
i know that HTML and XML are not very compatible and parsing HTML documents with a XML parser will almost fail because of strict XML format.
i googled and find some very nice HTML parsers written by several people. but i want to know:
Does .NET Framework itself has any class for parsing HTML?
i am using .NET Framework 3.5
Thanks!
Regular Expression can just validate a HTML against a pattern. But i want to go thought HTML, "scan" it's elements, etc...
i know that HTML and XML are not very compatible and parsing HTML documents with a XML parser will almost fail because of strict XML format.
i googled and find some very nice HTML parsers written by several people. but i want to know:
Does .NET Framework itself has any class for parsing HTML?
i am using .NET Framework 3.5
Thanks!
Regular Expression can just validate a HTML against a pattern. But i want to go thought HTML, "scan" it's elements, etc...