M
mike
Hi People,
Wondering whether anyone can help me with a beginner question. I would like
to embed some xml within xml. I've tried wrapping it with CDATA but no
success. What I would like to achieve is something like this:
<xml>
<msg type='methodCall'>
<method name='Stop'>
<params Id='200701081215'
Dest='Some text here'
Source='<xml><Person name='Mike'></Person></xml>'
/>
</method>
</msg>
</xml>
Is such a thing possible?
Mike
Wondering whether anyone can help me with a beginner question. I would like
to embed some xml within xml. I've tried wrapping it with CDATA but no
success. What I would like to achieve is something like this:
<xml>
<msg type='methodCall'>
<method name='Stop'>
<params Id='200701081215'
Dest='Some text here'
Source='<xml><Person name='Mike'></Person></xml>'
/>
</method>
</msg>
</xml>
Is such a thing possible?
Mike