xml.etree.ElementTree.fromstring(text)
Parses an XML section from a string constant. Same as XML()
. text is a string containing XML data. Returns an Element
instance.
xml.etree.ElementTree.fromstring(text)
Parses an XML section from a string constant. Same as XML()
. text is a string containing XML data. Returns an Element
instance.
Please login to continue.