I am currently trying to parse xml file using java but while parsing i am unable to parse the tags present inside the CDATA section of any element tag. The whole data inside the CDATA section is being parsed as text while parsing using DOM or SAX.
please suggest any way without any hard coding.
<Evaluation>
<![CDATA[<evaluation>
<interview ratingtype="0"/>
<item description="Ability to communicate well with others verbally and in writing:" hasrating="True" hascomments="False" /> ............ </item>
</evaluation> ]]
</Evaluation>