Venugopal Reddy wrote:
> Thanks for Help Sir,
>
> Am using " for feature in tree.findall(
>
> ".//{urn:ford/interface/VehicleOrder/LegacyFeatureMapping/v2}PortInstalledOptionFeature"):
> ) "
>
> Please sir help me
>
> Here also this findall Method is not return any list value
Thanks for Help Sir,
Am using " for feature in tree.findall(
".//{urn:ford/interface/VehicleOrder/LegacyFeatureMapping/v2}PortInstalledOptionFeature"):
) "
Please sir help me
Here also this findall Method is not return any list values.
On Wednesday, October 15, 2014 1:03:00 PM UTC
Venugopal Reddy wrote:
> Actuvally am having below XML File:
>
>
> xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";>
> xmlns:a="urn:ford/VehicleOrder/LegacyFeatureMapping/v2.0"
> xmlns:b="urn:ford/VehicleOrder/SingleOrderEdit/v1.0"
> xmlns:c="urn:ford/interface/VehicleOrder/LegacyFe
Actuvally am having below XML File:
http://schemas.xmlsoap.org/soap/envelope/";>
13001
2014
12
178
Venugopal Reddy wrote:
> Ok, I will explain my problem in details :
>
> I have below XML:
>
>
>
>
> 1
> 2008
> 2009>
> 141100
>
>
>
>
> 4
> 2011
> 59900
>
>
>
> 68
> 2011
Ok, I will explain my problem in details :
I have below XML:
1
2008
2009>
141100
4
2011
59900
68
2011
13600
>From
On Mon, Oct 13, 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
Python's XML parsing interfaces at
https://docs.python.org/2/library/xml.html. I w
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