This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: saxon params


> The saxon doc says that the command for invoking saxon is as follows:
> 
> java com.icl.saxon.StyleSheet [options] source-document 
> stylesheet [ params...]
> 
> However, when I tried to add a second parameter 
> saxon fails. 
> The delimeters I have tried are space, comma, and 
> semi-colon.

The correct delimiter is space, for example
java com.icl.saxon.StyleSheet a.xml b.xsl p=12 q=24

This works under the DOS command line in Windows NT, I can't speak for any
other shell command processor.

Mike Kay


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]