From b8d3ec12020729639b30ba6d4d40dbdcb8d04554 Mon Sep 17 00:00:00 2001 From: Adam Spragg Date: Thu, 21 Jun 2018 11:26:55 +0100 Subject: Add my contributions to libxml2 to /projects/ --- html/projects/index.php | 13 ++++++++++++- html/style/main.css | 4 ++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/html/projects/index.php b/html/projects/index.php index bc3d4a6..c661add 100644 --- a/html/projects/index.php +++ b/html/projects/index.php @@ -8,7 +8,18 @@
-

To be continued...

+

Public projects that I've worked on/contributed to...

+ +

libxml2

+

Add new pretty-printing and sorting options for saving XML

+

Commits:

+
    +
  1. 8b877135a38aac58141e81c2894bc28ad7f0e642 - Force _xmlSaveCtxt.format to be 0 or 1
  2. +
  3. 5f9d9ceb3dd2c084ec8646fd03ba3ab3e6055767 - Fix xmllint to use format=1 for default formatting
  4. +
  5. d2e62311cd15651e68f921167c7fcf05b19378f9 - Add xmlSaveOption XML_SAVE_WSNONSIG
  6. +
+ +

To be continued...