Convert all Python scripts to use XML namespaces.
diff --git a/src/mesa/glapi/gl_procs.py b/src/mesa/glapi/gl_procs.py
index a9fdd18..b5d51b0 100644
--- a/src/mesa/glapi/gl_procs.py
+++ b/src/mesa/glapi/gl_procs.py
@@ -149,7 +149,7 @@
 	dh = PrintGlProcs( long_string )
 
 	parser = make_parser()
-	parser.setFeature(feature_namespaces, 0)
+	parser.setFeature(feature_namespaces, 1)
 	parser.setContentHandler(dh)
 
 	f = open(file_name)