Changed 'namespace' to 'nameSpace' to workaround c++ losage where 'namespace'
is a reserved keyword of the compiler.
diff --git a/SAX.h b/SAX.h
index 0424fa7..2912f36 100644
--- a/SAX.h
+++ b/SAX.h
@@ -93,7 +93,7 @@
 						 const xmlChar *name);
 xmlNsPtr	getNamespace			(void *ctx);
 int		checkNamespace			(void *ctx,
-						 xmlChar *namespace);
+						 xmlChar *nameSpace);
 void		namespaceDecl			(void *ctx,
 						 const xmlChar *href,
 						 const xmlChar *prefix);