RE: [Htmlparser-developer] SimpleNodeIterator
Brought to you by:
derrickoswald
From: <dha...@or...> - 2003-05-15 04:03:07
|
> > Use the HtmlScanner, to get the first level nodes under html. > If you don't - > there is no such thing as a "root node" to add children to. Slight problem here. Suppose I am parsing for some comments above the HTML or say that I have a JSP, then it is quite likely to have values at the same level as <HTML>. Do you think it makes sense to ahve a implicit root-level within the Parser whose one child would be everything under <HTML> and all other tags at the same level. Dhaval |