XPath fixes and cleanup, 2 general bug fixes:
- xpath.[ch] : fixed some serious XPath Predicate evaluation
  problems
- Makefile.am : added XPath regression tests to normal tests
- uri.c: fixed a problem with local paths, cleanup
- parser.c: fixed a problem with large CData sections
Daniel
diff --git a/Makefile.am b/Makefile.am
index 513e127..cecc284 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -99,9 +99,9 @@
 
 $(libxml_la_SOURCES): $(srcdir)/libxml
 
-testall : tests SVGtests SAXtests XPathtests
+testall : tests SVGtests SAXtests
 
-tests: XMLtests XMLenttests HTMLtests Validtests URItests
+tests: XMLtests XMLenttests HTMLtests Validtests URItests XPathtests
 
 HTMLtests : testHTML
 	@(rm -f .memdump ; touch .memdump)