msxml3: Register missing SAXXMLReader Components.

This commit is contained in:
Alistair Leslie-Hughes 2009-01-21 16:19:26 +11:00 committed by Alexandre Julliard
parent b0e000ca88
commit ceed55a46a

View File

@ -564,6 +564,14 @@ static struct regsvr_coclass const coclass_list[] = {
"Msxml2.SAXXMLReader",
"3.0"
},
{ &CLSID_SAXXMLReader30,
"SAX XML Reader 3.0",
NULL,
"msxml3.dll",
"Both",
"Msxml2.SAXXMLReader",
"3.0"
},
{ NULL } /* list terminator */
};
@ -653,6 +661,16 @@ static struct progid const progid_list[] = {
&CLSID_XMLSchemaCache30,
NULL
},
{ "Msxml2.SAXXMLReader",
"SAX XML Reader",
&CLSID_SAXXMLReader,
"Msxml2.SAXXMLReader.3.0"
},
{ "Msxml2.SAXXMLReader.3.0",
"SAX XML Reader 3.0",
&CLSID_SAXXMLReader30,
NULL
},
{ NULL } /* list terminator */
};