Hi,
i get xmldata encapsulated in CDATA section as
follows:

...
<data>
  <![CDATA[
    <name>abc</name>
    <tel>1111</tel>
  ]]>
</data>
...

I need to get the data inside CDATA section and create
new node as:

<guest>
  <name>abc</name>
  <tel>1111</tel>
</guest>

what is the easiest way to do it? the content inside
the cdata section is not always the same but always
'well formed'.

tom



__________________________________________________
Do You Yahoo!?
Yahoo! Tax Center - online filing with TurboTax
http://taxes.yahoo.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to