[xsl] Parsing xsl:variable into HTML

Subject: [xsl] Parsing xsl:variable into HTML
From: jan.soer@xxxxxxxxx
Date: Wed, 2 Jul 2003 12:15:50 +0200
How can I pass the value of a xsl:variable into the id of a checkbox?

My code looks like this:

<xsl:variable name="CB_ID">
     <xsl:value-of select = "ID"/>
</xsl:variable> 

....

<input type="checkbox" id="?????" onclick=""/>

???? What do I need to fill in here to get the value of the variable CB_ID?

Regards,

Jan Soer 

-- 
_____________________________________________________________________
2x sneller ADSL met Zon Breedband Family. In combinatie met ZonTel
nu voor maar 29 euro per maand. Bestel nu op www.zonnet.nl/breedband
Bovendien met gratis modem en geen aansluitkosten!


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


Current Thread