|
Subject: Re: [xsl] javascript variable in xsl:variable From: Joerg Heinicke <joerg.heinicke@xxxxxx> Date: Thu, 25 Apr 2002 23:41:07 +0200 |
> Does anybody know if it is possible to add a javascript variable > into an xsl:variable?
<xsl:template match="/">
<script language="javascript">
function test(strID)
{
<xsl:variable name="varID">
strID
</xsl:variable>
alert('<xsl:value-of select="$varID"/>
}
</script>
</xsl:template>
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| [xsl] javascript variable in xsl:va, Ken Schulte | Thread | RE: [xsl] javascript variable in xs, Brinkman, Theodore |
| RE: [xsl] javascript variable in xs, Dion Houston | Date | [xsl] Checking for existence of a s, Manny Parasirakis |
| Month |