Skip to Content
0
Former Member
Jan 04, 2008 at 09:58 AM

Node of an xml document contains again a complete xml document

23 Views

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"?>

http://www.xyz.de/sample/">

<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?