Subject:parsing values from xslt to html Author:Vasileios Giannakopoulos Date:25 Feb 2007 01:38 PM
Hello,
I have this code:
<input type="checkbox" name="checkbox" value=""/><xsl:value-of select="MOD_CODE"/>
and i want the value="" to be equal of the xsl value.
Does anyone knows how?
thank you a lot!