|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: RE: Problem with this XSLT - Help!!!!!
Try specifying your parameter with single quotes, or maybe escaping
single quotes. Xalan doesn't distinguish between string params like
libxslt does. Try one of the following:
java org.apache.xalan.xslt.Process ... -param ID 'U-05585' -or- java org.apache.xalan.xslt.Process ... -param ID "'U-05585'" If your shell is interpreting the single quote characters. Tim On 02/18/04 09:35:13, cknell@xxxxxxxxxx wrote: As an educated guess, I believe that Xalan interprets the "-" in "U-05585" as the beginning of a new command-line switch. My first inclination is to quote the parameter's value on the command line, like this: -param ID "U-05585" -- Charles Knell cknell@xxxxxxxxxx - email XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








