Hopefully a quick question, how can I get this to be well formed, and therefore run?
<input type="rad" name="RadGroup" value="<xsl:value-of select="productOptionInfo"/>" />
I basically want to have a value placed inside of the attribute value, but they both need double quotes!?
Any ideas?
Many thanks
In XSLT, there is a shortcut to use values within attributes:
There is another option, which it to use
xsl:attribute: