xmlindent abort()ed on invalid XML The following gave an abort/coredump: $ echo '<email>"John" <john@example.com></email>' | xmlindent ===================================================================
xmlindent was incorrectly consuming whitespace within text nodes The following command gave wrong output: $ echo "<li><strong><em>a glass of water</em></strong></li>" | xmlindent ===================================================================