SharePoint Tip: Displaying HTML Encodes Properly
Posted: Tuesday, March 04, 2008 12:04 PM
by
jlee
Filed under: XSLT, SharePoint
Here's a tip for those people getting & instead of & (and all those other fancy html encodes) from your XSLT variables. You just need to add disable-output-escaping and set that to "yes" when you do a value-of.
<xsl:value-of select="$Site" disable-output-escaping="yes"/>
If you would like to receive an email when updates are made to this post, please register here