I have a XML message and in this XML message I have a node that contains again a complete XML message. Here is a sample message:
<?xml version="1.0" encoding="UTF-8"?>
<DocsAndCound>
<count>2</count>
<doc>& l t ; ?xml version=& q u ot;1.0& q u ot; encoding=& q u ot;UTF-8& q u o t;?&g t ;& l t; .. complete XML document ..& g t ;</doc>
</DocsAndCount>
</ns0:MT_RETR_CWD_RES>
(I have inserted some spaces.)
Is there any chance to manage this content with XI standard mappings? If not what could be the best way?