This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: document( )


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]