- xpath.c: trying to get 52979 solved
- tree.c result/ result/noent/: trying to get 52712 solved, this
  also made me clean up the fact that XML output in general should
  not add formating blanks by default, this changed the output of
  a few tests
Daniel
diff --git a/result/dtd8 b/result/dtd8
index b845a9e..7a655f9 100644
--- a/result/dtd8
+++ b/result/dtd8
@@ -6,7 +6,4 @@
 <!ELEMENT c (#PCDATA)>
 <!ELEMENT d (#PCDATA)>
 ]>
-<doc>
-<b>This</b>
-<c> is a valid document</c>
-</doc>
+<doc><b>This</b><c> is a valid document</c></doc>