xsl-list
[Top] [All Lists]

RE: Parsing xsl:variable into HTML

2003-07-02 03:31:34
<input type="checkbox" id="<xsl:value-of select="$CB_ID" />" onclick=""/>

-----Original Message-----
From: jan(_dot_)soer(_at_)zonnet(_dot_)nl 
[mailto:jan(_dot_)soer(_at_)zonnet(_dot_)nl]
Sent: 02 July 2003 11:16
To: XSL-List(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: [xsl] Parsing xsl:variable into HTML 


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



<FONT SIZE=1 FACE="VERDANA,ARIAL" COLOR=BLUE> 
-------------------------------------------------------
QAS Ltd.
Developers of QuickAddress Software
<a href="http://www.qas.com";>www.qas.com</a>
Registered in England: No 2582055
Registered in Australia: No 082 851 474
-------------------------------------------------------
</FONT>


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



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