Third party tool for parsing HTML?

B

Brett

Are there any good HTML parsing tools available for VB.NET? I'd like
something that will list:

- tables (table, tr, td)
- anchor tags
- image tabs
- DIVs
and so.

For example, it may list all <A> tags in an array. I can then search each
entry of the array looking for a specific parameter in a link. Once that is
found, I then look for the associated text between <a>this text here</a>.
It would need to be some type of tree structure.

Any suggestions?

Thanks,
Brett
 
H

Herfried K. Wagner [MVP]

B

Brett

Herfried K. Wagner said:
.NET Html Agility Pack: How to use malformed HTML just like it was
well-formed XML...
<URL:http://blogs.msdn.com/smourier/archive/2003/06/04/8265.aspx>

Download:

<URL:http://www.codefluent.com/smourier/download/htmlagilitypack.zip>

There's some kind of issue with their project. Looks like they are missing
a file. I get this error:

Cryptographic failure while signing assembly
'C:\Inetpub\HTMLAgilityPack\obj\Debug\HtmlAgilityPack.dll' -- 'Error reading
key file '..\..\HtmlAgilityPack.snk' -- The system cannot find the file
specified. '

I did a search for the file but didn't find it.

Brett
 
C

Cor Ligthert

???

I thought you had problems with the hamster again however now I see you use
OE again.
 
H

Herfried K. Wagner [MVP]

Cor Ligthert said:
I thought you had problems with the hamster again however now I see you
use OE again.

I use OE again for some months now. That's why I am more "up-to-date" when
posting replies now :).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top