Each example I see for sgmlparser includes searching for a tag and then searching for attributes / values of the tag. So it will be an opportunity to extract "google.com". but I want data between tags. therefore, if I used sgmlparser, I would search and retrieve everything in this div before closing the tag. What does sgmlparser work, or am I using the wrong library?
source
share