Re: SDMX format

2009-08-06 Thread Stefan Behnel
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

SDMX format

2009-08-04 Thread xamdam
Does anyone know of python libs for writing SDMX XML format? http://www.SDMX.org/resources/SDMXML/schemas/v2_0/common thanks, max. -- http://mail.python.org/mailman/listinfo/python-list