xml.etree.ElementTree.fromstringlist()

xml.etree.ElementTree.fromstringlist(sequence, parser=None)

Parses an XML document from a sequence of string fragments. sequence is a list or other sequence containing XML data fragments. parser is an optional parser instance. If not given, the standard XMLParser parser is used. Returns an Element instance.

New in version 3.2.

doc_python
2016-10-07 17:48:02
Comments
Leave a Comment

Please login to continue.