Missing single quotes in external XML loaded text

Hi!

i’m using a script whoch load text from xml and format it with html and css tags, everything goes fine except I can’t integrate the single quotes (’), it’s never displayed, something I get unrecognized square symbol, sometimes I just got nothing. Can you please tell me what I do wrong ?

My xml looks that way


<?xml version="1.0"?>
<scrollcontent visibleTrack = "false" scrollTrackColor = "0x00FFFF" scrollThumbColor = "0x000000" scrollThumbOverColor = "0xCA0000">

<sectioncontent>
<![CDATA[<title><b>September 2, 2009</b></title><br /><text>This's a test</text>
</text>]]>
</sectioncontent>

</scrollcontent> 

Huge thanks!