Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problem with value displaying '&' instead of '&'

Status
Not open for further replies.

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=&quot;hidden&quot; name=&quot;link&quot;>
<xsl:attribute name=&quot;value&quot;><xsl:value-of disable-output-escaping=&quot;yes&quot; select=&quot;url&quot; /></xsl:attribute>
</input>

the value is suppose to display as something like value=&quot; but instead all the & are replaced with &amp;. I've tried adding disable-output-escaping=&quot;yes&quot; in the value but it doesn't seem to help.

Any help would be greatly appreciated. Thanks ;-)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top