Parsing xml file using python

Tim Heaney theaney at cablespeed.com
Fri Mar 5 09:09:17 EST 2004


antonyliu2002 at yahoo.com (chad) writes:
>
> I downloaded PyXML from sourceforge, but could not install it.

Python already comes with stuff like xmllib, minidom, and the
aforementioned sgmllib

  http://www.python.org/doc/current/lib/markup.html

You should be able to do what you described without installing
anything else.

I hope this helps,

Tim



More information about the Python-list mailing list