Skip to content
  1. Sep 14, 2023
  2. Jul 11, 2023
  3. Jun 30, 2023
  4. Jun 28, 2023
  5. Jun 21, 2023
  6. Jun 08, 2023
  7. Jun 02, 2023
  8. May 18, 2023
  9. Feb 13, 2023
  10. 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
  11. Oct 19, 2022
  12. Sep 27, 2022
  13. Sep 21, 2022
  14. Sep 08, 2022
  15. Aug 18, 2022
  16. Aug 11, 2022
  17. Jul 29, 2022
  18. Feb 17, 2022
  19. Oct 22, 2021
  20. Oct 11, 2021
  21. Sep 28, 2020
  22. Jun 15, 2020