RE: [xsl] Configuring Saxon as the External XSL transformation program in XML Spy

Subject: RE: [xsl] Configuring Saxon as the External XSL transformation program in XML Spy
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Tue, 12 Jun 2001 11:24:50 +0100
> 
> I have tried "c:\xml\saxon %1 %3 -o %2" without success
> 
the -o needs to come first:

c:\xml\saxon -o %2 %1 %3 

Mike Kay

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


Current Thread