I have xml Like:
<OuterTag>
<InnerTag>
<content:encoded><![CDATA[Huawei have entered the smartphone race by unveiling their own quad core devices and the Chinese...<br/>
<br/>
</div>]]>
</content:encoded>
</InnerTag>
</OuterTag>
I can Get all the value from simple tags, but i can not get from <content:encoded>
, How can I solve it?