xml.parsers.expat
xml.parsers.expat — Fast XML parsing using Expat
Warning
The pyexpat
module is not secure against maliciously constructed data. If you need to parse untrusted or unauthenticated data see XML vulnerabilities.
The xml.parsers.expat
module is a Python interface to the Expat non-validating XML parser. The module provides a single extension type, xmlparser
, that represents the current state of an XML parser. After an xmlparser
object has been created, various attributes of the object