Re: editing XML via DOM

2004-12-24 Thread Uche Ogbuji
jaco wrote: > Hi, > > I'm new to Python and XML but still I want to create something that > includes creating and editing XML using Python. > > Now I'm looking for a little example program that does (some of) this to > set me on my way. > > Is there something like this available or can somebody gi

Re: editing XML via DOM

2004-12-20 Thread Stephen Thorne
On Mon, 20 Dec 2004 21:45:14 +0100, jaco <[EMAIL PROTECTED]> wrote: > Hi, > > I'm new to Python and XML but still I want to create something that > includes creating and editing XML using Python. > > Now I'm looking for a little example program that does (some of) this to > set me on my way. > >

editing XML via DOM

2004-12-20 Thread jaco
Hi, I'm new to Python and XML but still I want to create something that includes creating and editing XML using Python. Now I'm looking for a little example program that does (some of) this to set me on my way. Is there something like this available or can somebody give me some example lines t