starfoxsb (AT) gmail (DOT) com wrote:
Quote:
I have a huge amount of data burnt on a CD-Rom (coming from a DB),
written on XML files.
I would like to show them to the user, by a web page.
In my first version, I build the Html page by picking data from XML
files and trasforming them by an XSL Transformation. |
Quote:
Unfortunately since my script is not running under a web server, when
I try to use the "open" method I get the error "Access is denied" (I'm
using IE 7)
XMLHttpReqObj = new ActiveXObject("Microsoft.XMLHTTP");
XMLHttpReqObj.open('GET', 'MyFile.xml', true); |
If IE can access the XML documents for an XSLT transformation then
access with Microsoft.XMLHTTP should work too. Or are you doing the XSLT
transformation outside of the browser?
--
Martin Honnen
http://JavaScript.FAQTs.com/