Mark, I was looking at this in the docs, but I'm confused by it. nextToken() returns an int, right, which I can identify as CDSECT. But I don't quite get how that gives me the text within the CDATA...?
On Oct 18, 12:43 pm, Mark Murphy <[email protected]> wrote: > If you use nextToken(), you should get a CDSECT token for the CDATA > section. However, AFAIK, it will not parse inside of the CDATA. -- 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

