[Tutor] Python and xml *creation*

Sander Sweers sander.sweers at gmail.com
Sat Oct 27 00:49:38 CEST 2012


Op vrijdag 26 oktober 2012 17:00:16 schreef Prasad, Ramit:
> Based on the most recent comment (May 2010) I would probably
> stick with online tutorials.
 
I generally do not trust "reviews" on the publisher's website as they have 
been proved to be constructed by them.

> Here are some tutorials for Python and XML. Your mileage
> will vary greatly depending on what you are trying to achieve.
> In general, I mostly just Google what I need to know as it tends
> to have more help / be updated more often than books.

I did use duckduckgo and most of the online resources  I found are about 
parsing and modifying, not creation unfortunately.

> http://www.blog.pythonlibrary.org/2012/06/06/parsing-xml-with-python-using-l
> xml-objectify/ http://wiki.python.org/moin/PythonXml
> http://eli.thegreenplace.net/2012/03/15/processing-xml-in-python-with-elemen
> ttree/

The first and the last are about parsing/processing existying xml. I did find 
the page on the python wiki but untill now I missed the effbot page on 
elementtree (it is "hidden" almost at the bottom of the page together with the 
a list of books o_O).

This http://effbot.org/zone/element.htm seems to be the best one I have seen 
so far.

Thanks for the reply,
Greets
Sander


More information about the Tutor mailing list