Re: [xsl] document( )

Subject: Re: [xsl] document( )
From: Jeni Tennison <mail@xxxxxxxxxxxxxxxx>
Date: Fri, 26 Jan 2001 15:53:21 +0000
Hi Matt,

> I have some document( ) calls in my xsl.  My app server has my path
> somewhere on the c: drive.  If I want to select a document on the d: drive,
> what should the syntax in the document( ) function be?
>      select="document('__________')"

The document() function is expecting a URL; you probably need
something like:

  file:///D:/...

I hope that helps,

Jeni

---
Jeni Tennison
http://www.jenitennison.com/



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


Current Thread