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: Problem to process directory


> 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


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