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\