Write SDMX-ML (.xml) file with <mes:GenericData> as the root element #196
Labels
enh
Enhancements & new features
help welcome
Issues that depend on contributions from new developers
writer
Convert objects to other formats
xml
SDMX-ML format
Hi,
I am trying to create an SDMX-ML (.xml) file with
<mes:GenericData>
as the root of the .xml file. However thesdmx.to_xml()
function seem to produce an .xml file with<mes:StructureSpecificData>
as the root regardless:Here is my code:
Is there any way to produce a .xml file with
<mes:GenericData>
as the root using thesdmx.to_xml()
function? Also, is it possible to change the root attributes? I would also like to remove thexmlns:data="http://www.sdmx.org/resources/sdmxml/schemas/v2_1/data/structurespecific"
attribute.The text was updated successfully, but these errors were encountered: