xsl-list
[Top] [All Lists]

Re: document() for opening multiple documents

2003-07-09 01:39:16
On Tue, 8 Jul 2003 17:33:16 +0100
David Carlisle <davidc(_at_)nag(_dot_)co(_dot_)uk> 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(_at_)vzljot(_dot_)ru
JID:     vyt(_at_)vzljot(_dot_)ru

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



<Prev in Thread] Current Thread [Next in Thread>