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
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.