Re: SDMX format

2009-08-07 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 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


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