Re: [xsl] Document Function

Subject: Re: [xsl] Document Function
From: "Ankur N" <sravs@xxxxxxxxxxx>
Date: Mon, 29 Jan 2001 18:50:53 -0000

Hi!! Everybody


Iam trying to load an XML file through Document function which resides in some other windows directory, like


<xsl:variable name = "temp" select = Document('C:\Sample\Emp.xml')/>

but when I execute this ,IE displays me the Error "Access is denied"

I also tried

<xsl:variable name="temp" select=Document('file:///C:/Sample/Emp.xml')/>

but I get the same error


can anyone tell me why this is happening.


(Iam using MSXML 3 and the web server is IIS)

Thanx
Ankur

_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.


XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list



_________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.


XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list



Current Thread