|
hi i need to parse a content of a html page from the internet and display it to the console. So it needs to look for tags. Can any1 point me to the right direction? i have looked in to WWW class it is not powerful enough to do what i want
(comments are locked)
|
|
What is it exactly that you want? You can use the WWW class to download the HTML as a string, and then build a stack based parser to parse your HTML. The other solution is just to use C# its XML Parser, altough you have to make the HTML parsable by a XML parser. You can use the following library for this: http://htmlagilitypack.codeplex.com/
(comments are locked)
|
