RE: solr feed problem

2008-05-18 Thread Steven A Rowe
Hi Cam, On 05/18/2008 at 7:59 PM, Cam Bazz wrote: > SEVERE: org.xmlpull.v1.XmlPullParserException: entity > reference names can not start with character '\ufffd' You likely have the sequence "&\ufffd" in a parsed character data section of a document, and the parser, seeing the ampersand, knows t

Re: solr feed problem

2008-05-18 Thread Yonik Seeley
\ufffd isn't really a valid character. http://www.fileformat.info/info/unicode/char/fffd/index.html Your XML document or data probably had some kind of encoding issue along the way somewhere. -Yonik On Sun, May 18, 2008 at 7:59 PM, Cam Bazz <[EMAIL PROTECTED]> wrote: > hello, > > I am trying to f