xml

The xml module provides a Python interface for the XML 1.1 and XML Information Set specifications. This Python interface enables the user to navigate the XML document tree and access information from any XML node including post-schema-validation infoset properties as described in the XML Schema specification.

Classes

String Constants

xml.NAMESPACE_XINCLUDE

http://www.w3.org/2001/XInclude

xml.NAMESPACE_XML

http://www.w3.org/XML/1998/namespace

xml.NAMESPACE_XMLNS

http://www.w3.org/2000/xmlns/