Python Elementtree Load dari String

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