Re: [Htmlparser-developer] First Level Structure [Was:HTMLParser 1.2 - 1.3]
Brought to you by:
derrickoswald
From: Somik R. <so...@ya...> - 2003-05-14 22:09:19
|
Dhaval Udani wrote: > Considering that HTMLParser is a SAX-based parser, it should be possible to > have all the nodes at the first level itself as a flat structure. Additionally > the embedded nodes should also be referenced as children of other nodes. Am I > correct in the understanding or is there something that I have missed out. This is done with the HtmlScanner - registered when you called registerDomScanners(). Regards, Somik |