Subject: Re: document() for opening multiple documents
From: Vitaly Ostanin <vyt@xxxxxxxxx>
Date: Wed, 9 Jul 2003 12:39:16 +0400
|
On Tue, 8 Jul 2003 17:33:16 +0100
David Carlisle <davidc@xxxxxxxxx> wrote:
> When I call document() with variable as first argument,
> file1.xml opened from directory "xsl".
>
> When I call document() with exsl:node-set($file-set) as first
> document, files from $file-set opened (try to open) from the
> current directory.
>
> You can force the base URI used for the document function by
> supplying a node as the second argument of document().
> If you give a node from the stylesheet, eg document('') it'll
> use the uri of the stylesheet.
Thank you very much! It works fine! :))
<skipped/>
--
Regards, Vyt
mailto: vyt@xxxxxxxxx
JID: vyt@xxxxxxxxx
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|