RE: Re: [xsl] Create new functions

Subject: RE: Re: [xsl] Create new functions
From: cknell@xxxxxxxxxx
Date: Mon, 10 May 2004 16:52:26 -0400
java -jar c:\saxon\saxon.jar your.xml your.xslt -o your-result.xml

For a standard Windows installation (with the saxon software installed in C:\saxon and the Java SDK or run-time installed and in the path), this command line will transform your.xml using your.xslt and put the output in your-result.xml. If you omit the -o parameter, output goes to standard out (your screen).
--
Charles Knell
cknell@xxxxxxxxxx - email



-----Original Message-----
From:     Brian Chrisman <brian.chrisman@xxxxxx>
Sent:     Mon, 10 May 2004 13:43:53 -0700
To:       xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject:  Re: [xsl] Create new functions

Michael Kay wrote:

Thank's, but I have to do for use XSLT 2.0?



Currently the only available XSLT 2.0 processor is Saxon 7.x, see http://saxon.sf.net/

Michael Kay



I'm not much of a java guy as yet... is there a command line invocation of saxon? I'm thinking something like 'sabcmd', 'xsltproc' or the 'xalan' command line interfaces... ?
I looked through the debian saxon packages but found mainly jar's and stuff.
I'd like to start messing around with 2.0 stuff.


-Brian

Current Thread