Using XML w/ Python...

Ivan Herman ivan at ivan-herman.net
Sun Dec 11 06:06:53 EST 2005


Look at the standard python library reference

http://docs.python.org/lib/dom-example.html

the handleSlide function almost does what you want, except that you should use
'parse' and not 'parseString'.



-------- Original Message --------
From: "Jay" <JMailone at gmail.com>
To:
Subject: Re:Using XML w/ Python...
Date: 11/12/2005 09:33

> Yes i know, i did check out a couple but i could never understand it.
> They were confusing for me and i wasnt hoping for a full typed
> tutorial, just like some help with excactly wat im trying to do, not
> the whole module... but watever, Thx alot for the feedbak.
> 



More information about the Python-list mailing list