RE: [xsl] Problem with converting to XSLT 2.0

Subject: RE: [xsl] Problem with converting to XSLT 2.0
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Thu, 3 Mar 2005 15:19:40 -0000
> Using a windows platform I had to use :
> 
> java -jar saxon8.jar -o .\temp.html .\samples\data\books.xml
> .\samples\styles\books.xsl
> 

There's a wide choice of command line processors on a windows platform. Most
of those I'm aware of support ">output.html" to redirect the standard output
- the only exception I've come across is the one in my Java IDE, IntelliJ.
But it depends on the command line processor that you're using, not on the
"platform".

Michael Kay
http://www.saxonica.com/

Current Thread