Skip to content
  1. Jun 28, 2023
  2. Feb 13, 2023
  3. 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
    • Luke Mewburn's avatar
      *.xml, *.xsd: reformat whitespace per LI(23)P62014r2 · d0b92b60
      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
      d0b92b60
  4. Feb 07, 2023
  5. Sep 23, 2022
  6. Jul 04, 2022
  7. Feb 18, 2022
  8. Feb 17, 2022
  9. Jan 20, 2022
  10. Jan 12, 2022
  11. Oct 22, 2021
  12. Oct 21, 2021
  13. Oct 20, 2021
  14. Oct 11, 2021
  15. Sep 20, 2021
  16. Sep 16, 2021
  17. Jul 28, 2021
  18. Jul 23, 2021
  19. Jun 15, 2020
  20. Apr 06, 2021