Skip to content
  1. Jun 28, 2023
  2. Feb 08, 2023
    • Luke Mewburn's avatar
      *.xml, *.xsd: reformat using xmllint · cf573e2c
      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.
      cf573e2c
  3. Nov 01, 2022
  4. Sep 23, 2022
  5. May 24, 2022
  6. Feb 17, 2022
  7. Jan 12, 2022
  8. Oct 22, 2021
  9. Sep 20, 2021
  10. Jun 15, 2020