On 6/19/07, Yonik Seeley <[EMAIL PROTECTED]> wrote:
On 6/19/07, Thiago Jackiw <[EMAIL PROTECTED]> wrote:
> There's something funky with solr-ruby's xml processing when adding
> documents, but I don't really know what it is yet. It can't process
> html entities at all, not even an html blank space " ":
nbsp is not a default XML entity.
Try replacing it with  
Even though the current Solr behavior is correct, I'm practical over
purist... if we could find a way to seed the XML parser with common
HTML entities, I don't think I'd be opposed to it.
-Yonik