There's this XML file for an RSS feed which has a body:
<description>
<div>
<img width=120 src='http://enjoythebest.ph/photos/news/150/57_1_100204125514.jpg&#039;>
</div>
<![CDATA[Hey come to Manor tomorrow night yo! featuring performances by BEATPHONIK X ADDLIB with KABAYAN KRUMP MOVEMENT and MANILA'S KRUMP PIONEERS KRUMP PINOY! and of course our Fat Fridays line up: DJs KING,REGGIE and OLIE on the deck! EMCEE PHAT JORGE on the mic! FAT FRIDAYS! See How Manor does it!]]>
</description>
I'm having trouble getting the data for the image (the one inside the div) and the one for the body (which is the one enclosed in CDATA).
XCode only seems to be able to read the first "<" after the opening description tag.
I can't edit the XML file from the backend, so I'm going to have to work with this.
Any ideas? TIA.