...
Code Block | ||
---|---|---|
| ||
<!--
Added typedefs for backwards compatability to msxml3
-->
<typedef id="DOMDocument" type="DOMDocument60"/>
<typedef id="DOMDocument40" type="DOMDocument60"/>
<typedef id="FreeThreadedDOMDocument" type="FreeThreadedDOMDocument60"/>
<typedef id="ServerXMLHTTP" type="ServerXMLHTTP60"/>
<typedef id="XMLSchemaCache" type="XMLSchemaCache60"/>
<typedef id="XSLTemplate" type="XSLTemplate60"/>
<enumeration id="tagDOMNodeType"... |
Alternatively, you can standardize on msxml3 and add typedefs to allow for newer versioned classIDs:
...