[xsl] Convert copyright symbol to string "Copyright"

Subject: [xsl] Convert copyright symbol to string "Copyright"
From: "Whitney, Dan (CanWest Interactive)" <DWhitney@xxxxxxxxxxx>
Date: Fri, 26 Nov 2004 15:19:40 -0500
Using xsl version 1.0 I am trying to convert a copyright symbol to the text
string "Copyright". I tried doing a       <xsl:value-of select="translate(.,
copyrightsymbol, 'C')"/> which works great, but can't make the translate
more than 1 char. Have looked all over the place for a solution but haven't
had much luck. Do I have to search each character in text see if it matches
the symbol and then replace it or is there a simpler method like above?

Any help and samples will of course be greatly appreciated

Thanks,

Dan Whitney

Current Thread