Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

Parsing HTML

Hello all!
Has anyone had any experience parsing HTML with Microsoft's DOM
Objects? I was able to with some minor modification to the HTML
source. I'm interested in _anything_ anyone has to say about this.
-- Joel
[241 byte] By [Joel Ryan] at [2007-11-9 14:54:24]
# 1 Re: Parsing HTML
the problem with HTML parsing in the DOM, is that 99% of HTML
written in not well formed, and the DOM will not load non well-formed
XML...
\
"Joel Ryan" <jryan@vsi-hq.com> wrote in message
news:38E8F503.5032D3BE@vsi-hq.com...
> Hello all!
> Has anyone had any experience parsing HTML with Microsoft's DOM
> Objects? I was able to with some minor modification to the HTML
> source. I'm interested in _anything_ anyone has to say about this.
> -- Joel
>

--
--
Patrick Escarcega patrick AT vbguru DOT net
Consultant:Maxim Group www.vbguru.net
---Do not write below this line-----
Patrick Escarcega at 2007-11-11 23:33:58 >