python and dom xml

Martin von Loewis loewis at informatik.hu-berlin.de
Sat Oct 27 15:08:24 EDT 2001


subwizin at yahoo.co.in writes:

> my server has Python 1.5.2 installed. i want to know whether i will 
> be able to parse dom using this version of python. does it require 
> any modules to be installed? 

By "parsing dom", I assume you mean "parse XML, creating a DOM tree".
For that, you need additional modules; I recommend to install PyXML
(pyxml.sf.net).

> if so, will i be able to install these without the help of server
> admin?

Yes. You just need to specify an alternative destination directory.

Regards,
Martin




More information about the Python-list mailing list