I'm having an issue with SAXParser on an RSS feed from a vBuletin forum.

The parser throws SAXException - At line 212, column 26: not well-formed
(invalid token) when it encounters a right apostrophe character -
http://www.fileformat.info/info/unicode/char/2019/index.htm

I realise this is a unicode character and the feed is ISO-8859-1, however
the character falls in a CDATA block, which the parser is supposed to
ignore.

Anyone encountered this before and know a work around? I've tried things
like forcing UTF-8 with no luck.

Is this a bug that the parser is not ignoring data in the CDATA block?

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

Reply via email to