-----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

Reply via email to