- moved xml-error.h to xmlerror.h: seems this allowed to bypass
  the automake bug where wrong dependancies were generated.
- xpath.[ch]: worked on XPointer
Daniel
diff --git a/testSAX.c b/testSAX.c
index 5d5a189..b4f5512 100644
--- a/testSAX.c
+++ b/testSAX.c
@@ -36,7 +36,7 @@
 #endif
 
 
-#include <libxml/xml-error.h>
+#include <libxml/xmlerror.h>
 #include <libxml/parser.h>
 #include <libxml/parserInternals.h> /* only for xmlNewInputFromFile() */
 #include <libxml/tree.h>