Re: HTML Parsing in VB.Net

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



Thanks for the reply guys.

I have the HTML document stored in memory and I would need to load it in
that way. I don't didn't see a way to load an html document from a string in
the MSHTML class. I am already retrieving the web page through
HTTPWebRequest and HTTPWebResponse classes. The purpose of my application is
to scrape a particaluar webpage for contents of its tables which means the
programs end user doesn't need to see a the actual HTML documents coming
back to my application.

I have tried to use HTMLAgilityPack but found it a little bit difficult to
use. Does anyone have any good examples using the HTMLAgilityPack?

Thanks,
Curtis



"Cor Ligthert [MVP]" <notmyfirstname@xxxxxxxxx> wrote in message
news:%2300USuJqFHA.3732@xxxxxxxxxxxxxxxxxxxxxxx
> Charles,
>
> Than I probably misunderstood you a while ago.
>
> Never mind next time I advice use MSHTML again.
>
> Cor
>


.



Relevant Pages