xsl-list
[Top] [All Lists]

RE: Re: Create new functions

2004-05-10 13:52:26
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(_at_)onebox(_dot_)com - email



-----Original Message-----
From:     Brian Chrisman <brian(_dot_)chrisman(_at_)hp(_dot_)com>
Sent:     Mon, 10 May 2004 13:43:53 -0700
To:       xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
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


--+------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--+--

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

--+------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--+--





<Prev in Thread] Current Thread [Next in Thread>