Re: [Tutor] XML: changing value of elements and writing to a file

2009-07-16 Thread Stefan Behnel
Johan Geldenhuys wrote: > Thanks Stefan (decided to continue with a new thread name), ... which isn't quite enough. As long as you reply to the mail, e-mail/news readers will still sort it into the original thread, so many people will not see it. > I basically wants to create a loop that creates

Re: [Tutor] XML: changing value of elements

2009-07-16 Thread Stefan Behnel
Hi, a new question usually merits a new thread. Especially after a longer time, replies to older threads tend to remain unread as people simply don't scroll down far enough to notice them. You were lucky. :) Johan Geldenhuys wrote: > I have another question about writing the xml tree to a file.

Re: [Tutor] XML: changing value of elements

2009-07-15 Thread Johan Geldenhuys
hat to one xml file? Thanks Johan -Original Message- From: tutor-bounces+johan=accesstel.com...@python.org [mailto:tutor-bounces+johan=accesstel.com...@python.org] On Behalf Of Stefan Behnel Sent: Thursday, June 11, 2009 4:37 PM To: tutor@python.org Subject: Re: [Tutor] XML: changing value of element

Re: [Tutor] XML: changing value of elements

2009-06-11 Thread Johan Geldenhuys
ow it goes. Thanks Johan -Original Message- From: tutor-bounces+johan=accesstel.com...@python.org [mailto:tutor-bounces+johan=accesstel.com...@python.org] On Behalf Of Stefan Behnel Sent: Thursday, 11 June 2009 16:37 PM To: tutor@python.org Subject: Re: [Tutor] XML: changing value of ele

Re: [Tutor] XML: changing value of elements

2009-06-10 Thread Stefan Behnel
Hi, it's funny how many times I see Python users go: "I have an XML problem, so I'll use minidom." Because then they have two problems. Johan Geldenhuys wrote: > I have a rather complex XML file and I need to change some values inside > this file. > > So far I have been using minidom, but I can