If you use nextToken(), you should get a CDSECT token for the CDATA
section. However, AFAIK, it will not parse inside of the CDATA.

On Mon, Oct 18, 2010 at 7:37 AM, Neilz <[email protected]> wrote:
> 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
>



-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

Warescription: Three Android Books, Plus Updates, One Low Price!

-- 
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