StringNode does not exist
Brought to you by:
derrickoswald
I am trying to use htmlparser to extract several parts from an html page. They parts i want to extract are nested and i can navigate to them through sibling nodes for which i already know the content. I saw in the wiki the usage of "SrtingNode" but it appears to be missing in version 1_6 (along with some differences in the names of methods that i saw between the wiki examples and the current version)
I would appreciate your input in this matter
There is now TextNode (and TagNode and RemarkNode).
We used to have a wiki. I'm not sure where you are looking at examples.
The definitive source for examples is on sourceforge:
http://htmlparser.sourceforge.net/