RE: [xsl] FW: xsl:document() and Access is Denied error

Subject: RE: [xsl] FW: xsl:document() and Access is Denied error
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Thu, 26 Jun 2003 15:59:08 +0100
> 
> <xsl:variable name="Names" 
> select="document('\\intranet\FileName.xml')" />
>  

The argument to the document() function is supposed to be a URI, not a
filename.

Microsoft's products are known to interpret the term "URI" rather
liberally, but the above certainly *shouldn't* work.

Michael Kay


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


Current Thread