Probably a dumb question, but here goes....
 
I have an XML document that contains a 'body' element containing CDATA content - that is, a mixture of tags and content.  What I'd like to do is extract that content and parse it to separate the tags and text and then selectively display it. 
 
I know how to create another document and add elements and so forth.  But I'm stumped on how to do the parsing.  Any advice/insight would be much appreciated.
 
Regards,
 
Terry
 

Reply via email to