Applied the VMS update patch from Craig A. Berry update Daniel

* vms/build_libxml.com vms/config.vms vms/readme.vms
  include/libxml/parser.h include/libxml/parserInternals.h
  include/libxml/tree.h include/libxml/xmlIO.h
  HTMLparser.c catalog.c debugXML.c parser.c parserInternals.c
  tree.c triodef.h trionan.c uri.c xmlIO.c xpath.c:
  Applied the VMS update patch from Craig A. Berry
* doc/*.html: update
Daniel
diff --git a/catalog.c b/catalog.c
index 8905b04..40236a2 100644
--- a/catalog.c
+++ b/catalog.c
@@ -2860,7 +2860,7 @@
 		    paths = cur;
 		    while ((*cur != 0) && (!IS_BLANK(*cur)))
 			cur++;
-		    path = xmlStrndup((const xmlChar *)paths, cur - paths);
+		    path = (char *) xmlStrndup((const xmlChar *)paths, cur - paths);
 		    if (path != NULL) {
 			*nextent = xmlNewCatalogEntry(XML_CATA_CATALOG, NULL,
 				NULL, BAD_CAST path, xmlCatalogDefaultPrefer);