python elementtree get attribute code example
Example: python string to xml
import xml.etree.ElementTree as ET
root = ET.fromstring(country_data_as_string)
import xml.etree.ElementTree as ET
root = ET.fromstring(country_data_as_string)