Hello,
While using xmlindent, i wrote a little patch about the following issue :
~# cat test.xml
c
~# xmlindent -f test.xml
c
I think that it must be :
c
So the patch ;
--- xmlindent-0.2.17.orig/indent.c
+++ xmlindent-0.2.17/indent.c
@@ -86,8 +86,8 @@
opts->wrap_long_lines = false;...