RE: [xsl] tu put one value into the radio value

Subject: RE: [xsl] tu put one value into the radio value
From: "Lopez, William" <william.lopez@xxxxxxx>
Date: Mon, 3 Mar 2003 20:05:23 -0600
Can you provide the xml...

-----Original Message-----
From: Dionisio Ruiz de Zarate [mailto:dionisio@xxxxxxxxxxxxx] 
Sent: Monday, March 03, 2003 6:42 PM
To: XSL-List@xxxxxxxxxxxxxxxxxxxxxx
Subject: [xsl] tu put one value into the radio value


i have this:
<input type="radio" name="votacionvalor" value="" /><br />
in the input value i want to put the value of:
<xsl:value-of select="nombre"/>
if i try to meke the next it produces error:
<input type="radio" name="votacionvalor" value="<xsl:value-of
select="nombre"/>" />

how can i sove it?
thanks



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

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


Current Thread