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;":

nbsp is not a default XML entity.
Try replacing it with &#160;

-Yonik

Reply via email to