Re: [Tutor] Python and xml *creation*

2012-10-26 Thread Devin Jeanpierre
On Fri, Oct 26, 2012 at 6:49 PM, Sander Sweers wrote: > 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 p

Re: [Tutor] Python and xml *creation*

2012-10-26 Thread Sander Sweers
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 fo

Re: [Tutor] Python and xml *creation*

2012-10-26 Thread Prasad, Ramit
Sander Sweers wrote: > Hi List, > > I am looking for resources on creating xml files in python. I have found some > resources but they all are very basic. I find lots of resources online about > parsing and searching in an xml file but not so much about creating them. > > Do any of you know of go

Re: [Tutor] Python and xml *creation*

2012-10-26 Thread Sander Sweers
Op zaterdag 27 oktober 2012 03:30:26 schreef Steven D'Aprano: > On 27/10/12 03:14, Sander Sweers wrote: > > Do any of you know of good online resources? I found an o'reilly book [1] > > do you know if it is any good? > > > > [1] http://shop.oreilly.com/product/9780596001285.do > > For those of us

Re: [Tutor] Python and xml *creation*

2012-10-26 Thread Steven D'Aprano
On 27/10/12 03:14, Sander Sweers wrote: Do any of you know of good online resources? I found an o'reilly book [1] do you know if it is any good? [1] http://shop.oreilly.com/product/9780596001285.do For those of us who have email access but no web access at the moment, or who have access to

[Tutor] Python and xml *creation*

2012-10-26 Thread Sander Sweers
Hi List, I am looking for resources on creating xml files in python. I have found some resources but they all are very basic. I find lots of resources online about parsing and searching in an xml file but not so much about creating them. Do any of you know of good online resources? I found an o