Hello guys and gals, would greatly appreciate it if anyone could help
out with a problem I'm having while using FCKeditor?!
Whenever I edit some content and submit it, it auto corrects stuff,
i.e. image tags or adds these: \" into places.
Creates loads of problems, nonetheless so if you would help out,
that'd be great.
Naz.
On 9 May 2009, at 22:24, Mauricio (Maujor) Samy Silva wrote:
-----Mensagem Original----- De: "Connor" <con...@letsbeglobal.com>
...
<item>
<content:encoded><![CDATA[<p>
Some text
</p>
]]></content:encoded>
</item>
How would I go about targeting the p tag or the content inside?
---------------------------------------------------------------------------
Try:
$(xml).find('content:encoded').each(function(){
var text = $(this).text();
MaurĂcio