xml.etree.ElementTree.ElementTree.parse()

parse(source, parser=None)

Loads an external XML section into this element tree. source is a file name or file object. parser is an optional parser instance. If not given, the standard XMLParser parser is used. Returns the section root element.

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

Please login to continue.