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/";>
>
> >
> &
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...
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
>
>
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
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