html processing

Ismael Herrera ismaelherreragasser at hotmail.com
Fri Sep 24 22:51:25 EDT 2004


Why does the htmllib has such simple parsers? i think that making something
more complicated that printing 'i am inside post tag' is too hard with this
library since the parsers doesnt help at all. 

So the htmllib is a regex search with empty methods? i can do that by
myself, no need use a parser, i am a litle confused in this.

Is there a python html parser that creates objects from html sources,like
xml.dom?  




More information about the Python-list mailing list