2.11.2 Change in schema uploader XML format
The schema uploader tool (first introduced in Daisy 1.5) has a slight change in its XML format. This is because the XML format has been brought in line with the import/export tools (the schema uploader and the import tool use the same code to update the schema).
Previously the localized labels and descriptions were specified using a localizedData element:
<localizedData locale="..." label="..." description="..."/>
The localizedData element has now been replaced with separate label and description elements:
<label locale="..." text="..."/> <description locale="..." text="..."/>
Previous