[Pythonmac-SIG] HTML DOM parsing

Laurent Pierron Laurent.Pierron@loria.fr
Wed, 23 May 2001 09:15:30 +0200


Hi,

You must use htmlib :
http://www.python.org/doc/current/lib/module-htmllib.html

Because HTML is not XML so you cannot parse HTML files with an XML
Parser.

Greetings
--
Laurent Pierron

Hans verschooten a écrit :
> 

> can anybody point me in the right direction where I can find the right files
> to parse HTML files on the mac using DOM level 1.
> 
> If been trying to get the PyXML files installed on my Python 2.1, but I keep
> running into wrong line-endings.
> 
> Is there anyway out of the box or with a detailed installation how to
> install PyXML on MacPython 2.1.
> 
>