Hi Mohan,
I use below sample xml to test this, I tested both contains CDATA and xml escape characters.
<ns0:SenderData xmlns:ns0="http://mycompany.org"> <sourcefieldvalue><![CDATA[<xpathreciever>one</xpathreciever> <multiplefieldslikethis>two</multiplefieldslikethis> <onemorefield>abcd</onemorefield>]]></sourcefieldvalue> </ns0:SenderData>
<ns0:SenderData xmlns:ns0="http://mycompany.org"> <sourcefieldvalue><xpathreciever>one</xpathreciever> <multiplefieldslikethis>two</multiplefieldslikethis> <onemorefield>abcd</onemorefield></sourcefieldvalue></ns0:SenderData>
I use below XPath in ICO and it works.
Regards,
Praveen.
