Your suggestion does work. It must be a xalan specific issue. It took way too long to figure out. I was blanking out while trying to get other tasks accomplished. Thanks again for your help.
Mike B. -----Original Message----- From: Diane Holt [mailto:[EMAIL PROTECTED]] Sent: Monday, June 03, 2002 10:03 AM To: Ant Users List Subject: RE: XSLT issue with sending a parameter through javascript.... --- "Brown, Michael" <[EMAIL PROTECTED]> wrote: > No. This doesn't work. It gives me a value but it doesn't have the > single quotes around it. Well, I don't know about whether the single quotes are actually needed or not (they're not for me, but I'm not setting 'processor' to "xalan"), but to get them included, just build up the string: expression = "'" + InitRetrieval.getProperty("jde.osrunning") + "'"; ... pstyleparm.setExpression(expression); 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]>