xsl-list
[Top] [All Lists]

RE: [xsl] Problem passing parameter ASP -> XSL

2006-07-25 05:31:18

Thanks, but no ... I get this message.

Microsoft VBScript compilation  error '800a0414'
Cannot use parentheses when calling a Sub
showStage.asp, line 21
xslProc.addParameter ("paramVal1", paramVal1)
---------------------------------------------^

Garry

-----Original Message-----
From: mfreeman(_at_)comptrex(_dot_)com [mailto:mfreeman(_at_)comptrex(_dot_)com]
Sent: Tuesday, 25 July 2006 9:56 PM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com; 
xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: Re: [xsl] Problem passing parameter ASP -> XSL


try xslProc.addParameter ("paramVal1", paramVal1)

add the parenthesis.  This may work for you.




--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--