Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

passing the variable from asp file to XSL sheet

Status
Not open for further replies.

montoo

Programmer
Aug 23, 2001
1
IN
Dear all !
Firstly, I'd like to inform that
I succeeded in passing the varible from XSL to asp file using Javascript.

But dear friends !, now I'm finding difficulties in passing the variable from asp file to XSL sheet (any how)

Suppose I want to get the value of variable using asp file then I can get by following example:

<% var=request.form(&quot;variable&quot;)
response.write(var) %>

same like this, I want to get the value of variable in XSL sheet.

eg.

<?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?>
<xsl:stylesheet xmlns:xsl=&quot;<xsl:template match=&quot;/&quot;>
<!--I want to get value of variable here from asp -->
</xsl:template>
</xsl:stylesheet>
do needful,

thanx
Montoo
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top