Hi,
I am using MSXML3 and have loaded an xml document which is a HTML page. I found that if I do not set the resolveExternals property to false (and validateOnParse to false), I get the following error:
"The server did not understand the request, or the request was invalid.' 'Error processing resource 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'.'
Can anyone explain why I need resolveExternals set to false?
JD