Answers for "how to convert a string to xml in python"

3

python string to xml

import xml.etree.ElementTree as ET

root = ET.fromstring(country_data_as_string)
Posted by: Guest on June-18-2020

Code answers related to "how to convert a string to xml in python"

Python Answers by Framework

Browse Popular Code Answers by Language