
When you use the IXMLDOMDocument::loadXML method to load XML data into the MSXML parser via a string parameter, the MSXML parser does not correctly resolve any external files such as DTDs or Schemas. Script in a Web page will not suffer from this bug because MSHTML, Internet Explorer''s HTML engine, provides a valid security site object to the MSXML parser.
|