pues no tengo idea sobre el CDATA pero prueba con esto que esta en esta pagina ;)
http://foswiki.org/Tasks/Item8929 Input: Cita: <![CDATA[http://foo.bar]]>
Output: Cita: <![CDATA[<a href="http://foo.bar]]>" target="_top">http://foo.bar]]></a>
Should be: Cita: <![CDATA[<a href="http://foo.bar" target="_top">http://foo.bar</a>]]>
... which is illegal.