pstyleparm.setExpression(InitRetrieval.getProperty("jde.osrunning"));
or something similar.

No.  This doesn't work.  It gives me a value but it doesn't have the single
quotes around it.  The Xalan must need this parm to have single quotes
around it for some reason.  Do you know how to get this to occur within the
above code?  

This is the [style] way to accomplish this:

<param name="platform" expression="'${jde.osrunning}'"/>

Thanks again for any assistance,
Mike B.


-----Original Message-----
From: Diane Holt [mailto:[EMAIL PROTECTED]]
Sent: Sunday, June 02, 2002 11:14 PM
To: Ant Users List
Subject: RE: XSLT issue with sending a parameter through javascript....


--- "Brown, Michael" <[EMAIL PROTECTED]> wrote:
> The only way in the script to set this value is to call the method:
> 
> pstyleparm.setExpression(InitRetrieval.getProperty("jde.osrunning"));
> or something similar.  

Right -- doesn't that work for you? Works for me.

Diane

=====
([EMAIL PROTECTED])



__________________________________________________
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to