Python logo

Table of Contents

  • xml.etree.ElementTree — The ElementTree XML API
    • Tutorial
      • XML tree and elements
      • Parsing XML
      • Pull API for non-blocking parsing
      • Finding interesting elements
      • Modifying an XML File
      • Building XML documents
      • Parsing XML with Namespaces
    • XPath support
      • Example
      • Supported XPath syntax
    • Reference
      • Functions
    • XInclude support
      • Example
    • Reference
      • Functions
      • Element Objects
      • ElementTree Objects
      • QName Objects
      • TreeBuilder Objects
      • XMLParser Objects
      • XMLPullParser Objects
      • Exceptions

Previous topic

XML Processing Modules

Next topic

xml.dom — The Document Object Model API