RE: [xsl] Problem to process directory

Subject: RE: [xsl] Problem to process directory
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Wed, 8 Aug 2001 09:53:17 +0100
The right place to raise a Saxon-specific question like this is on the Saxon
list, accessible via http://saxon.sourceforge.net/

I don't know how you're calling saxon:output to generate a different output
file for each input file, the most likely explanation is that the files are
ending up in the wrong place, possibly overwriting each other.

Mike Kay
Software AG

> -----Original Message-----
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of Anne Rebier
> Sent: 08 August 2001 07:31
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: [xsl] Problem to process directory
>
>
> Hi.
>
> I use saxon to transform a list of xml files into html. Each
> xml file should
> give one x.html and one file xx.html (with saxon:output).
>
> This works fine if I do the transformation in the command
> line with one
> file, so the xsl works.
>
> If I do the same in Java with the method
> processDirectory(...), I have no
> error message but for each xml only the x.html is created,
> everything that
> should be done between the targets <saxon:output> is ignored. Why ?
>
> Thank you for your answers
>
> Anne
>
> _________________________________________________________________
> Get your FREE download of MSN Explorer at
> http://explorer.msn.com/intl.asp
>
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>


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


Current Thread