xsl-list
[Top] [All Lists]

Parsing xsl:variable into HTML

2003-07-02 03:15:50
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



<Prev in Thread] Current Thread [Next in Thread>