+6
−16
Loading
WARNING! GitLab maintenance operation scheduled for this Friday between 14:00 and 19:00 (CET). During this time window, GitLab will be unavailable, and any data entered during this period may be lost. Thank you in advance for your understanding.
Reformat the .xml and .xsd files using env XMLLINT_INDENT=" " xmllint --encode UTF-8 --format FILENAME.xml Notable (non-whitespace) changes to the existing files: - Ensure the <xml ...> header has encoding="UTF-8". - <xs:schema ...> collapsed to one line and some attribute reordered. - Empty tags are converted to self-closing tags. E.g. <xs:element name="Name" type="Type"></xs:element:> becomes <xs:element name="Name" type="Type"/> - Some xmlns related attributes are reordered. Per discussion with rapporteurs and Mark Canterbury.