Python ElementTree Load de String
from xml.etree.ElementTree import XML, fromstring
myxml = fromstring(text)
Uptight Unicorn
from xml.etree.ElementTree import XML, fromstring
myxml = fromstring(text)