Commit 1 is mostly just the result of xmllint --format
Commit 2 is more extensive, but much of it is simply splitting long lines, whitespace cleanup, etc.
Probably easiest is just to review the generated .TXT file; reading diffs of XML to grok formatting changes is an awful job, but the generated .txt is basically unchanged (modulo the whitespace / line length)
XML Formatting fixes
Commit 1 is mostly just the result of
xmllint --format
Commit 2 is more extensive, but much of it is simply splitting long lines, whitespace cleanup, etc.Probably easiest is just to review the generated .TXT file; reading diffs of XML to grok formatting changes is an awful job, but the generated .txt is basically unchanged (modulo the whitespace / line length)