RE: Passing paramater in Xalan 1.2

Subject: RE: Passing paramater in Xalan 1.2
From: Bassi Suk <bassi.s@xxxxxxxxxx>
Date: Tue, 14 Nov 2000 04:41:08 -0500
I apologise for the syntax error, but what is the syntax for referencing the
parameter in the stylesheet?

Moreover, is there any special area that the reference needs to be made?

Thanks.

Suk.

> -----Original Message-----
> From:	Gary L Peskin [SMTP:garyp@xxxxxxxxxxxx]
> Sent:	Monday, November 13, 2000 4:11 PM
> To:	xsl-list@xxxxxxxxxxxxxxxx
> Subject:	Re: Passing paramater in Xalan 1.2
> 
> Bassi Suk wrote:
> > 
> > I currently need to pass a parameter into Xalan, and then need to
> reference
> > it in the XSLT stylesheet.
> > 
> > For example:
> > 
> > java org.apache.xalan.xslt.Process -IN foo.xml -XSL foo.xsl -OUT foo.out
> > -PARAM myParam "hello world"
> > 
> > Is the above line correct? What is the syntax for getting the myParam
> value
> > back in the stylesheet?
> 
> Bassi --
> 
> "hello world" will be interpreted as an XPath expression and an illegal
> one at that.  Try
> 
>   -PARAM myParam "'hello world'"
> 
> Gary
> 
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
*****************************************************************
DISCLAIMER:   The information contained in this e-mail may be confidential
and is intended solely for the use of the named addressee.  Access, copying
or re-use of the e-mail or any information contained therein by any other
person is not authorized.  If you are not the intended recipient please
notify us immediately by returning e-mail to the originator.    


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


Current Thread