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, '&nbsp;', '')" disable-output-escaping="yes"/>
No comments:
Post a Comment