Subject: RE: Parsing xsl:variable into HTML
From: "Allistair Crossley" <Allistair.Crossley@xxxxxxx>
Date: Wed, 2 Jul 2003 11:31:34 +0100
|
<input type="checkbox" id="<xsl:value-of select="$CB_ID" />" onclick=""/>
-----Original Message-----
From: jan.soer@xxxxxxxxx [mailto:jan.soer@xxxxxxxxx]
Sent: 02 July 2003 11:16
To: XSL-List@xxxxxxxxxxxxxxxxxxxxxx
Subject: 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
|