Re: Jython or Pyton issue-- Kindly Help me....

2014-10-15 Thread Venugopal Reddy
15, 2014 1:03:00 PM UTC+5:30, Peter Otten wrote: > Venugopal Reddy wrote: > > > > > Actuvally am having below XML File: > > > > > > > > > > > xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";> > > > > &

Re: Jython or Pyton issue-- Kindly Help me....

2014-10-14 Thread Venugopal Reddy
Fatfile.write('\n') Fatfile.write(WersCode.text) except : Fatfile.write(' \nsorry') Fatfile.write(' \nSuccess') But I could not able to get the WersCode List using Findall. Please please please help on this .. am struggling sice one week sir...

Re: Jython or Pyton issue-- Kindly Help me....

2014-10-14 Thread Venugopal Reddy
2014 at 5:39 AM, Venugopal Reddy > > wrote: > > > Dear All, > > > > > > How to write a program for reading or parsing the XML file in Sub root Wise. > > > > I don't know what "Sub root Wise" is. You can find an overview of > >

Jython or Pyton issue-- Kindly Help me....

2014-10-13 Thread Venugopal Reddy
Dear All, How to write a program for reading or parsing the XML file in Sub root Wise. For ex: Below XMl, I want to read/ parse first country details and here also two year tag values are there.. Here I need to read/parse first year value only measn '2008' Only..After that I need to read secon

Hi Guys... Reading XML using Jython code

2014-10-09 Thread Venugopal Reddy
Am new to python and Jython... Kindly help me on My issue please ! My Issue is: XML parsing using Jython.. I am sucessfully reading XML file using xml.etree.ElementTree package .. But I have a issue in below scenario . this scenario my code is not working. In my XML file , One main node is th