Re: [XML-SIG] Learning to use elementtree

2008-04-01 Thread Robert Rawlins
Hi Harold, Best bet is post a small example of your XML as an attachment to an email to the list, we can then have a look through it as give you a hand. As well as the XML it would be worth giving a little background on what you want to achieve, you know, what do you want to do with the XML

Re: [XML-SIG] Learning to use elementtree

2008-04-01 Thread David Stanek
2008/3/31 Doran, Harold <[EMAIL PROTECTED]>: > > But, now I am trying to apply the code I have written to a real xml file I > need to work with and things are hitting a road block. Is anyone on this > able willing to look at an xml file I can send them and work with me through > a small example to

Re: [XML-SIG] Learning to use elementtree

2008-04-01 Thread J. Cliff Dyer
On Tue, 2008-04-01 at 08:35 -0400, Doran, Harold wrote: > David et al: > > Attached is a sample xml file. Below is my python code. I am using > python 2.5.2 on a Windows XP machine. > > Test.py > from xml.etree.ElementTree import ElementTree as ET > > # create a new file defined by the user > f