[jdom-interest] Problems Retrieving data from CDATA
kyle miller
kyle at zxmail.com
Tue May 8 10:51:00 PDT 2001
I am having problems getting the data out of a CDATA section of an xml
document, and I was wondering if anyone has done this or if their are any
suggestions as how to accomplish this...Kyle
Here is the example doc:
<?xml version = "1.0"?>
<rootTag>
<tag1>Kyle</tag1>
<tag2>kyle</tag2>
<tag3>Kyle</tag3>
<tag4>
<![CDATA[
<?xml version="1.0"?>
<exampleCDATA>
<Kyle>test</Kyle>
<Gregg>Test</Gregg>
<John>Test</John>
</exampleCDATA>
]]>
</tag4>
</rootTag>
More information about the jdom-interest
mailing list