Amit_1989
Amit_1989

Reputation: 1

Extracting Values from XM using python

I have a XM tag as <Address_Line_Data Label="Address Line 1" Type="ADDRESS_LINE_1">Noida</Address_Line_Data> <Address_Line_Data Label="Address Line 2" Type="ADDRESS_LINE_2">UP<Address_Line_Data>

I need to get the value as Address_1 = Noida Address_2 = UP

this i am doing it in Python using xml.etree.ElementTree

Upvotes: 0

Views: 104

Answers (0)

Related Questions