- parserInternals.c xpath.[ch]: some UTF8 cleanup on
  xmlXPathParseName
- xpath.c: Igor Zlatkovic suggested a change for NAN and MSC
- debugXML.c: avoid compilation problems if compiling without
  HTML support, Igor Zlatkovic
- win32/libxml2/libxml2.def.src: being able to compile without
  XPath on Windows
Daniel
diff --git a/include/libxml/xpath.h b/include/libxml/xpath.h
index c9b846c..a7223b5 100644
--- a/include/libxml/xpath.h
+++ b/include/libxml/xpath.h
@@ -48,7 +48,9 @@
     XPTR_SYNTAX_ERROR,
     XPTR_RESOURCE_ERROR,
     XPTR_SUB_RESOURCE_ERROR,
-    XPATH_UNDEF_PREFIX_ERROR
+    XPATH_UNDEF_PREFIX_ERROR,
+    XPATH_ENCODING_ERROR,
+    XPATH_INVALID_CHAR_ERROR
 } xmlXPathError;
 
 /*