okey dokey
i viewed the xml in IE and looked at the source, and the offending character which is causing the squares is a ’
so i did this;
<strong>Description; </strong><xsl:value-of select = "translate(job_description,'’','’')" />
But the squares are still there in my output. So do I...