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 -- http://mail.python.org/mailman/listinfo/python-list