Tuesday, December 31, 2013

Replace/Remove Non-Breaking Space in ASPDNSF XSLT

Problem: How to replace the non-breaking space character ( ) in an XSLT string.

Solution: Use the StrReplace function and string =  
e.g.
<xsl:value-of select="aspdnsf:StrReplace(string, '&amp;nbsp;', '')" disable-output-escaping="yes"/>

No comments:

Post a Comment