Re: [BangPypers] XML manipulation using ElementTree

2010-05-09 Thread Gora Mohanty
On Sun, 9 May 2010 23:29:33 +0530 Anand Balachandran Pillai wrote: [...] > > Please paste the error you are getting somewhere like > > pastebin.ca > > > and post the link here. Also please post the full code along with > the error. [...] Besides the above, I would also strongly suggest using lxml

Re: [BangPypers] XML manipulation using ElementTree

2010-05-09 Thread Anand Balachandran Pillai
Hi Keith, > On Fri, May 7, 2010 at 4:32 PM, Keith Chapman >wrote: > > >request.set( > >"http://services.samples/xsd";> > > > > " + symbol + " > > > >" > >) > >return request > > > > > Please paste the error you are getting somew

Re: [BangPypers] XML manipulation using ElementTree

2010-05-07 Thread Vikas BN
Can you paste the traceback of the error you are getting? On Fri, May 7, 2010 at 4:32 PM, Keith Chapman wrote: >request.set( >"http://services.samples/xsd";> > > " + symbol + " > >" >) >return request > Aside, you might want to