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: Error...


Cheun N Chong wrote:
> 
> cnc99r213% xmlxsl -in ticket.xml -xsl ticket2xml.xsl expire='5 May 2000' -out out.xml
> 
> Invalid option: expire=5

This looks very much like a problem that I had when I was using a
UNIX shell script to run Saxon. I think if you try the Lotus equivalent of

java com.icl.saxon.StyleSheet ticket.xml ticket2xml.xsl expire='5 May 2000'

you won't have this problem. The trick I found, was in my shell script
to put quotes around the argument list like this.

exec java "com.icl.saxon.StyleSheet" "$@"

Of course, I may be way off.

-- 
Warren Hedley


 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]