XML created by the tool looks like this:
<definition xmlns="http://workflow.opencastproject.org"><id>test</id><configuration_panel><![CDATA[something]]></configuration_panel><tags><tag>upload</tag></tags><operations><operation id="snapshot"><configurations></configurations></operation></operations></definition>
The tool could, in order to be easier to read by a human:
- pretty-print the XML
- print the tags before the configuration panel
- write explicit version and encoding
<?xml version="1.0" encoding="UTF-8"?> (not mandatory by the XML standard) to the XML file
XML created by the tool looks like this:
The tool could, in order to be easier to read by a human:
<?xml version="1.0" encoding="UTF-8"?>(not mandatory by the XML standard) to the XML file