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

solr feed problem

2008-05-18 Thread Cam Bazz
hello, I am trying to feed solr with xml files of my own schema, and I am getting: SEVERE: org.xmlpull.v1.XmlPullParserException: entity reference names can not start with character '\ufffd' my xml is utf8 for sure, as well as the text inside. but for some reason I get this exception and then so