XML Parsing

Laurent Pointal laurent.pointal at limsi.fr
Wed Mar 28 07:01:18 EDT 2007


pyapplico at gmail.com a écrit :
> I want to parse this XML file:
<zip>
> As you might have guessed, I want to create files from this XML file
> contents, so how can I do this?
> What modules should I use? What options do I have? Where can I find
> tutorials? Will I be able to put
> this on the internet (on a googlepages server)?

See urllib2 module and its "missing guide".

> Thanks in advance to everyone who helps me.
> And yes I have used Google but I am unsure what to use.
> 

About XML, to complete Amit link to ElementsTree, you may take a look at:

http://www.diveintopython.org/xml_processing/index.html
		(learn by example)

And look at:
http://pyxml.sourceforge.net/
http://www.rexx.com/~dkuhlman/pyxmlfaq.html
http://shellsage.com/?q=node/12
http://www.python.org/community/sigs/current/xml-sig/
http://docs.python.org/lib/markup.html



More information about the Python-list mailing list