python-xmlmarshaller

Converting Python objects to XML and back again.
  http://pypi.python.org/pypi/xml_marshaller
  0
  no reviews



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.

Fully compatible with PyXML implementation, enable namespace support for XML Input/Output.