This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Using XSLT parameters with ASP


Thanks, Dimitre.  This is exactly what was needed--works perfectly.

> -----Original Message-----
> From: Dimitre Novatchev [mailto:dnovatchev@yahoo.com]
> Sent: Tuesday, January 30, 2001 3:16 PM
> To: glen.mazza@eds.com
> Cc: xsl-list@lists.mulberrytech.com
> Subject: Re: [xsl] Using XSLT parameters with ASP 
> 
> 
> Hi Glen,
> 
> Below is a simple example:
> 
>   var objStylesheetParam   =
> style.selectSingleNode("/xsl:stylesheet/xsl:param[@name='yourName']");
> 
>   objStylesheetParam.setAttribute("select", yourParameterValue);
> 
>   // Repeat the above for as many xsl:param-s as necessary
> 
>   source.transformNodeToObject(style, Response);
> 
> 
> Hope this helped,
> 
> Dimitre Novatchev.
> 
> 

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]