is fromstring a default package in python code example
Example 1: python elementtree load from string
from xml.etree.ElementTree import XML, fromstring
myxml = fromstring(text)
Example 2: xml.etree.ElementTree.ParseError
Ok this error means something is wrong with your XML file.