Igor Zlatkovic patches fixed typos Daniel

* win32/dsp/libxml2.def.src: Igor Zlatkovic patches
* DOCBparser.c HTMLparser.c parser.c: fixed typos
Daniel
diff --git a/ChangeLog b/ChangeLog
index d20ee98..7a89621 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Oct  2 11:18:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
+
+	* win32/dsp/libxml2.def.src: Igor Zlatkovic patches
+	* DOCBparser.c HTMLparser.c parser.c: fixed typos
+
 Mon Oct  1 09:34:51 CEST 2001 Daniel Veillard <daniel@veillard.com>
 
 	* catalog.c: Justin Fletcher provided cleaup code in case
diff --git a/DOCBparser.c b/DOCBparser.c
index b57bc91..237d6d4 100644
--- a/DOCBparser.c
+++ b/DOCBparser.c
@@ -4809,7 +4809,7 @@
     if (RAW != '>') {
        ctxt->errNo = XML_ERR_DOCTYPE_NOT_FINISHED;
        if ((ctxt->sax != NULL) && (ctxt->sax->error != NULL))
-           ctxt->sax->error(ctxt->userData, "DOCTYPE unproperly terminated\n");
+           ctxt->sax->error(ctxt->userData, "DOCTYPE improperly terminated\n");
        ctxt->wellFormed = 0;
        ctxt->disableSAX = 1;
     }
diff --git a/HTMLparser.c b/HTMLparser.c
index cdff8dd..fe4c357 100644
--- a/HTMLparser.c
+++ b/HTMLparser.c
@@ -2669,7 +2669,7 @@
      */
     if (CUR != '>') {
 	if ((ctxt->sax != NULL) && (ctxt->sax->error != NULL))
-	    ctxt->sax->error(ctxt->userData, "DOCTYPE unproperly terminated\n");
+	    ctxt->sax->error(ctxt->userData, "DOCTYPE improperly terminated\n");
 	ctxt->wellFormed = 0;
         /* We shouldn't try to resynchronize ... */
     }
diff --git a/parser.c b/parser.c
index 38d6d6c..08635cd 100644
--- a/parser.c
+++ b/parser.c
@@ -6036,7 +6036,7 @@
     if (RAW != '>') {
 	ctxt->errNo = XML_ERR_DOCTYPE_NOT_FINISHED;
 	if ((ctxt->sax != NULL) && (ctxt->sax->error != NULL))
-	    ctxt->sax->error(ctxt->userData, "DOCTYPE unproperly terminated\n");
+	    ctxt->sax->error(ctxt->userData, "DOCTYPE improperly terminated\n");
 	ctxt->wellFormed = 0;
 	ctxt->disableSAX = 1;
     }
@@ -6101,7 +6101,7 @@
     if (RAW != '>') {
 	ctxt->errNo = XML_ERR_DOCTYPE_NOT_FINISHED;
 	if ((ctxt->sax != NULL) && (ctxt->sax->error != NULL))
-	    ctxt->sax->error(ctxt->userData, "DOCTYPE unproperly terminated\n");
+	    ctxt->sax->error(ctxt->userData, "DOCTYPE improperly terminated\n");
 	ctxt->wellFormed = 0;
 	ctxt->disableSAX = 1;
     }
diff --git a/win32/dsp/libxml2.def.src b/win32/dsp/libxml2.def.src
index ec1bee0..80a08a4 100644
--- a/win32/dsp/libxml2.def.src
+++ b/win32/dsp/libxml2.def.src
@@ -604,6 +604,7 @@
 	xmlSetProp
 	xmlGetProp
 	xmlHasProp
+	xmlHasNsProp
 	xmlSetNsProp
 	xmlGetNsProp
 	xmlStringGetNodeList
@@ -910,6 +911,8 @@
 	valuePush
 	xmlXPathNewString
 	xmlXPathNewCString
+	xmlXPathWrapString
+	xmlXPathWrapCString
 	xmlXPathNewFloat
 	xmlXPathNewBoolean
 	xmlXPathNewNodeSet