applying patch from Mark Vakoc for Windows applied doc fixes from Sven

* win32/Makefile.bcb win32/Makefile.mingw win32/Makefile.msvc:
  applying patch from Mark Vakoc for Windows
* doc/catalog.html doc/encoding.html doc/xml.html: applied doc
  fixes from Sven Zimmerman
Daniel
diff --git a/win32/Makefile.bcb b/win32/Makefile.bcb
index 0fa03ab..8f41c20 100644
--- a/win32/Makefile.bcb
+++ b/win32/Makefile.bcb
@@ -148,7 +148,8 @@
 	$(XML_INTDIR)\xmlunicode.obj\
 	$(XML_INTDIR)\xmlwriter.obj\
 	$(XML_INTDIR)\xpath.obj\
-	$(XML_INTDIR)\xpointer.obj
+	$(XML_INTDIR)\xpointer.obj\
+	$(XML_INTDIR)\xmlstring.obj
 
 # Static libxml object files.
 XML_OBJS_A = $(XML_INTDIR_A)\c14n.obj\
@@ -189,7 +190,8 @@
 	$(XML_INTDIR_A)\xmlunicode.obj\
 	$(XML_INTDIR_A)\xmlwriter.obj\
 	$(XML_INTDIR_A)\xpath.obj\
-	$(XML_INTDIR_A)\xpointer.obj
+	$(XML_INTDIR_A)\xpointer.obj\
+	$(XML_INTDIR_A)\xmlstring.obj
 
 # Xmllint and friends executables.
 UTILS = $(BINDIR)\xmllint.exe\
diff --git a/win32/Makefile.mingw b/win32/Makefile.mingw
index 2f2b4d8..5a5eecf 100644
--- a/win32/Makefile.mingw
+++ b/win32/Makefile.mingw
@@ -138,7 +138,8 @@
 	$(XML_INTDIR)/xmlunicode.o\
 	$(XML_INTDIR)/xmlwriter.o\
 	$(XML_INTDIR)/xpath.o\
-	$(XML_INTDIR)/xpointer.o
+	$(XML_INTDIR)/xpointer.o\
+	$(XML_INTDIR)/xmlstring.o
 
 XML_SRCS = $(subst .o,.c,$(subst $(XML_INTDIR)/,$(XML_SRCDIR)/,$(XML_OBJS)))
 
@@ -181,7 +182,8 @@
 	$(XML_INTDIR_A)/xmlunicode.o\
 	$(XML_INTDIR_A)/xmlwriter.o\
 	$(XML_INTDIR_A)/xpath.o\
-	$(XML_INTDIR_A)/xpointer.o
+	$(XML_INTDIR_A)/xpointer.o\
+	$(XML_INTDIR_A)/xmlstring.o
 
 XML_SRCS_A = $(subst .o,.c,$(subst $(XML_INTDIR_A)/,$(XML_SRCDIR)/,$(XML_OBJS_A)))
 
diff --git a/win32/Makefile.msvc b/win32/Makefile.msvc
index 15651f5..e927b2c 100644
--- a/win32/Makefile.msvc
+++ b/win32/Makefile.msvc
@@ -127,7 +127,8 @@
 	$(XML_INTDIR)\xmlunicode.obj\
 	$(XML_INTDIR)\xmlwriter.obj\
 	$(XML_INTDIR)\xpath.obj\
-	$(XML_INTDIR)\xpointer.obj
+	$(XML_INTDIR)\xpointer.obj\
+	$(XML_INTDIR)\xmlstring.obj
 
 # Static libxml object files.
 XML_OBJS_A = $(XML_INTDIR_A)\c14n.obj\
@@ -168,7 +169,8 @@
 	$(XML_INTDIR_A)\xmlunicode.obj\
 	$(XML_INTDIR_A)\xmlwriter.obj\
 	$(XML_INTDIR_A)\xpath.obj\
-	$(XML_INTDIR_A)\xpointer.obj
+	$(XML_INTDIR_A)\xpointer.obj\
+	$(XML_INTDIR_A)\xmlstring.obj
 
 # Xmllint and friends executables.
 UTILS = $(BINDIR)\xmllint.exe\