SDMX format

Stefan Behnel stefan_ml at behnel.de
Fri Aug 7 02:07:37 EDT 2009


xamdam wrote:
> Does anyone know of python libs for writing SDMX XML format?
> http://www.SDMX.org/resources/SDMXML/schemas/v2_0/common

Looks like the page behind that link is broken, but in general, working
with XML formats in Python isn't hard at all when you use ElementTree or
lxml. The latter also has support for XML-Schema validation, and you might
be interested in lxml.objectify for handling data centric XML formats
(assuming that's the case here).

Stefan



More information about the Python-list mailing list