Skip to content
This repository was archived by the owner on Jun 24, 2026. It is now read-only.
This repository was archived by the owner on Jun 24, 2026. It is now read-only.

Pretty XML #4

Description

@felix-itz

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:

  1. pretty-print the XML
  2. print the tags before the configuration panel
  3. write explicit version and encoding <?xml version="1.0" encoding="UTF-8"?> (not mandatory by the XML standard) to the XML file

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions