XMLDOM.loadXML and latest builds of Microsoft Mobile 2003
From: Victor (wt_at_discussions.microsoft.com)
Date: 08/13/04
- Next message: mazza: "Re: detect "changed" contacts using POOM"
- Previous message: David D Webb: "Re: Please explain "Always Running" mentality of Windows CE"
- Next in thread: David Gonzales [MS]: "Re: XMLDOM.loadXML and latest builds of Microsoft Mobile 2003"
- Reply: David Gonzales [MS]: "Re: XMLDOM.loadXML and latest builds of Microsoft Mobile 2003"
- Messages sorted by: [ date ] [ thread ]
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
- Next message: mazza: "Re: detect "changed" contacts using POOM"
- Previous message: David D Webb: "Re: Please explain "Always Running" mentality of Windows CE"
- Next in thread: David Gonzales [MS]: "Re: XMLDOM.loadXML and latest builds of Microsoft Mobile 2003"
- Reply: David Gonzales [MS]: "Re: XMLDOM.loadXML and latest builds of Microsoft Mobile 2003"
- Messages sorted by: [ date ] [ thread ]