Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python string to xml

import xml.etree.ElementTree as ET

root = ET.fromstring(country_data_as_string)
Source by docs.python.org #
 
PREVIOUS NEXT
Tagged: #python #string #xml
ADD COMMENT
Topic
Name
3+4 =