html processing

Uche Ogbuji uche at ogbuji.net
Fri Oct 1 19:52:10 EDT 2004


Ismael Herrera <ismaelherreragasser at hotmail.com> wrote in message news:<mailman.3889.1096080722.5135.python-list at python.org>...
> 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?

http://www.xml.com/pub/a/2004/09/08/pyxml.html

-- 
Uche Ogbuji                                    Fourthought, Inc.
http://uche.ogbuji.net    http://4Suite.org    http://fourthought.com
 
A hands-on introduction to ISO Schematron -
http://www-106.ibm.com/developerworks/edu/x-dw-xschematron-i.html
XML circles the globe - http://www.javareport.com/article.asp?id=9797
Principles of XML design: Considering container elements -
http://www-106.ibm.com/developerworks/xml/library/x-contain.html
Hacking XML Hacks - http://www-106.ibm.com/developerworks/xml/library/x-think26.html
A survey of XML standards -
http://www-106.ibm.com/developerworks/xml/library/x-stand4/



More information about the Python-list mailing list