Hi all. I'm using XmlPullParser The content I'm parsing has elements
containing CDATA, like:

<abstract>
     <![CDATA[
          Some text here.
          ]]>
   </abstract>

The parser ignores anything within the CDATA, however I actually want
it to continue parsing, as the data within contains tags which I need
to grab. Is there a way of telling the parser not to ignore these
sections?

Thanks.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to