RE: [xsl] Using XSLT parameters with ASP

Subject: RE: [xsl] Using XSLT parameters with ASP
From: "Mazza, Glen" <glen.mazza@xxxxxxx>
Date: Wed, 31 Jan 2001 16:03:07 -0500
Thanks, Dimitre.  This is exactly what was needed--works perfectly.

> -----Original Message-----
> From: Dimitre Novatchev [mailto:dnovatchev@xxxxxxxxx]
> Sent: Tuesday, January 30, 2001 3:16 PM
> To: glen.mazza@xxxxxxx
> Cc: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> 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


Current Thread