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("variable"
response.write(var) %>
same like this, I want to get the value of variable in XSL sheet.
eg.
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet xmlns:xsl="<xsl:template match="/">
<!--I want to get value of variable here from asp -->
</xsl:template>
</xsl:stylesheet>
do needful,
thanx
Montoo
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("variable"
response.write(var) %>
same like this, I want to get the value of variable in XSL sheet.
eg.
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet xmlns:xsl="<xsl:template match="/">
<!--I want to get value of variable here from asp -->
</xsl:template>
</xsl:stylesheet>
do needful,
thanx
Montoo