htmllib question - Is this the best tool for my task?

Alex alex at somewhere.round.here
Thu Dec 30 13:02:36 EST 1999


> I have a task where I need to figure out if certain HTML tags (Rather
> Java Server Pages tags, but they're still HTML, kinda :)

I did something similar, recently.  I found it much easier for my
purposes to subclass sgmllib.SGMLParser, and add start_* and end_*
methods.

Alex.



More information about the Python-list mailing list