Subject:command line tool does not correctly handle parame Author:(Deleted User) Date:17 Jan 2002 11:33 AM
Try the attach example from both the studio and the command line. if fred is set to 'fred fred fred'. the Studio puts out 'fred fred fred' the command line puts out 'fre'.
Subject:Re: command line tool does not correctly handle parame Author:Minollo I. Date:17 Jan 2002 11:55 AM
Now I understand what you are saying.
You need to use double quotes in the command line if you have terms
containing spaces. And, as you are passing a string, and not an XPath
expression as the param value, you also need to use single quotes.
So, you should use:
StylusXslt my.xml my.xsl myParam="'fred fred fred'"