Re: RE: [xsl] javascript variable in xsl:variable

Subject: Re: RE: [xsl] javascript variable in xsl:variable
From: Ken Schulte <kschulte@xxxxxxxxxx>
Date: Thu, 25 Apr 2002 17:20:31 -0400
until the?


---- On Thu, 25 Apr 2002, Brinkman, Theodore 
(Theodore.Brinkman@xxxxxxxxxxxxxxxxxxxx) wrote:

> For a case like your example, you need to remember that until 
the 
> 
> -----Original Message-----
> From: Ken Schulte [mailto:kschulte@xxxxxxxxxx]
> Sent: Thursday, April 25, 2002 4:56 PM
> To: XSL-List@xxxxxxxxxxxxxxxxxxxxxx
> Subject: [xsl] javascript variable in xsl:variable
> 
> 
> Does anybody know if it is possible to add a javascript 
variable
> into an xsl:variable?
> 
> example:
> <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>
> 
> Thank you much,
> Ken
> 
> ________________________________________________
> Get your own "800" number
> Voicemail, fax, email, and a lot more
> http://www.ureach.com/reg/tag
> 
>  XSL-List info and archive:  
http://www.mulberrytech.com/xsl/xsl-list
> 
> 
>  XSL-List info and archive:  
http://www.mulberrytech.com/xsl/xsl-list
> 
> 
> 


________________________________________________
Get your own "800" number
Voicemail, fax, email, and a lot more
http://www.ureach.com/reg/tag

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


Current Thread