Converting Python objects to XML and back again.
Project description
Marshals simple Python data types into a custom XML format. The Marshaller and Unmarshaller classes can be subclassed in order to implement marshalling into a different XML DTD. Original Authors are XML-SIG (xml-sig@python.org). Fully compatible with PyXML implementation, enable namespace support for XML Input/Output. Implemented with lxml