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.
New in version 2.0.
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 p