On 7/26/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Author: jmsnell
Date: Wed Jul 25 23:08:32 2007
New Revision: 559700
URL: http://svn.apache.org/viewvc?view=rev&rev=559700
Log:
The XML parser has a tendency of dying when it comes across characters that are
not valid within XML documents. Go figure. Unfortunately, invalid characters
tend to occur quite frequently in syndication feeds. This provides us with the
simple option of filtering bad characters out at the Reader level. Filtering is
disabled by default and enabled using a ParserOptions property. The characters
to filter will be automatically detected given the XML version being used. The
default is to assume XML 1.0
Nice!
-garrett