<item>
<title>Bazinga !</title>
<ext:originalFilename><![CDATA[BVT-ch4-pt18.mp4]]></ext:originalFilename>
</item>
I was using SimpleXmlElement
to parse feed, now the feed is changed and am no longer able to retreive originalFilename from the feed.
I am using this right now
$xml = new SimpleXmlElement($feed);
But this $xml doesnt have data about originalFilename. How can i Get the CDATA as well.