- 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/dtd7 b/result/dtd7
index 1dec033..0a4075f 100644
--- a/result/dtd7
+++ b/result/dtd7
@@ -4,7 +4,4 @@
 <!ELEMENT a (#PCDATA)>
 <!ELEMENT b (#PCDATA)>
 ]>
-<doc>
-<a>This</a>
-<b> is a valid document</b>
-</doc>
+<doc><a>This</a><b> is a valid document</b></doc>