RE: [xsl] Problem to process directory

Subject: RE: [xsl] Problem to process directory
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Wed, 8 Aug 2001 10:24:26 +0100
> Unfortunately, they are created on the wrong place. Can
> anyone tell me, how
> I can create the files in a folder /x where the xsl-file is
> situated and not
> at a folder /x where the bat-file is situated?

Saxon's <saxon:output> extension element interprets the filename as being
relative to the current working directory.

I usually supply the required output directory as a parameter to the
stylesheet, and specify
<saxon:output href="{$dir}/xxx.xml>

Mike Kay
Software AG


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


Current Thread