Guest_imported
New member
- Jan 1, 1970
- 0
I'm having a problem with getting a url to display properly in as a value of an input. A clip of my code is as follows...
<input type="hidden" name="link">
<xsl:attribute name="value"><xsl:value-of disable-output-escaping="yes" select="url" /></xsl:attribute>
</input>
the value is suppose to display as something like value=" but instead all the & are replaced with &. I've tried adding disable-output-escaping="yes" in the value but it doesn't seem to help.
Any help would be greatly appreciated. Thanks ;-)
<input type="hidden" name="link">
<xsl:attribute name="value"><xsl:value-of disable-output-escaping="yes" select="url" /></xsl:attribute>
</input>
the value is suppose to display as something like value=" but instead all the & are replaced with &. I've tried adding disable-output-escaping="yes" in the value but it doesn't seem to help.
Any help would be greatly appreciated. Thanks ;-)