parse xml document with self closing tags python code example
Example: python elementtree load from string
from xml.etree.ElementTree import XML, fromstring
myxml = fromstring(text)
from xml.etree.ElementTree import XML, fromstring
myxml = fromstring(text)