I am trying to replace some characters but found out this doesn't work. Are there any suggestions for making this work?
Code:<xsl:value-of select="replace(aspdnsf:Decode($pName),'- #','- Project #')" disable-output-escaping="yes"/>
The value of $pName would be something like "Testing - #7" and after running through the above, it should say "Testing - Project # 7". Any ideas?



Reply With Quote