- Nov 14, 2023
-
-
- Feb 08, 2023
-
-
Luke Mewburn authored
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.
-
Luke Mewburn authored
Reformat the .xml and .xsd files: - tabs converted to 4 spaces - no trailing whitespace No difference to previous when git diff -b / --ignore-space-change
-
- May 05, 2022
-
-
canterburym authored
-
- Jun 15, 2020
-
-
canterburym authored
-