xsl-list
[Top] [All Lists]

RE: Parameters

2002-10-28 08:10:53
It really depends on your processor - it's a processor specific problem. 
However, since you are using ASP, I'll assume you are using MSXML 3+.

For this, you can do the following:

Add the following to your ASP [before oXSLProcessor.Transform()]:

Call oXSLProcessor.addParameter("op",Request.QueryString("op"))

In your XSL, you will need to add a parameter as a child of <xsl:stylesheet>

<xsl:param name="op"/>

HTH

Ben



-----Original Message-----
From: Paulo (Shape.Tech) [mailto:paulo(_at_)setbr(_dot_)com] 
Sent: 28 October 2002 13:53
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: [xsl] Parameters


Hi all,
everybody knows if it´s possible I get a param value from an URL with XSLT ? 
for exemple:

www.xxx.com.br/index.asp?op=abc.xsl

can I get this OP value with xslt ?

thanks
Paulo Fabiano Langer
Web DEsigner/Develper

Rio de Janeiro - BRazil


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


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



<Prev in Thread] Current Thread [Next in Thread>