XMLDOM.loadXML and latest builds of Microsoft Mobile 2003

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance

From: Victor (wt_at_discussions.microsoft.com)
Date: 08/13/04


Date: Fri, 13 Aug 2004 08:14:33 -0700

Hi!

Please explain the following situation. I try to load xml
from local file inside Pocket Explorer (javascript):
//
var dom;
dom = new ActiveXObject("Microsoft.XMLDOM");
dom.loadXML("file.xml")
//
and i get "Access denied" error. The same code executes
successfully on Microsoft Mobile 2003 (buid 13100) and
doesn't work on build 13252. I think Pocket Internet
Explorer runs in unsafe execution mode now but MSXML is
configured for safe execution.

Any workaround, please

Victor