comect.sidecar.parsers.xml module

class comect.sidecar.parsers.xml.XMLParser

Bases: comect.sidecar.parsers.base.Parser

A parser that transforms parses XML data, or throws a ValueError on badly-formed XML.

As this uses the standard library, it returns a normal ElementTree.