msxml3: Added SAXXMLReader registration.
diff --git a/dlls/msxml3/regsvr.c b/dlls/msxml3/regsvr.c
index 1f08150..05bf74d 100644
--- a/dlls/msxml3/regsvr.c
+++ b/dlls/msxml3/regsvr.c
@@ -555,6 +555,14 @@
 	"Msxml2.XMLSchemaCache",
         "3.0"
     },
+    {   &CLSID_SAXXMLReader,
+        "SAX XML Reader",
+        NULL,
+        "msxml3.dll",
+        "Both",
+        "Msxml2.SAXXMLReader",
+        "3.0"
+    },
     { NULL }			/* list terminator */
 };