> 
> Thanks for the response. I am actually enclosing the text
> with CDATA. Here's a sample of document that passing into
> the update:
> 
> <add>
> <doc>
>   <field name="id">emailtest3</field>
>   <field name="details"><![CDATA[
>  

How are you querying solr? I mean what is your client? If you are using browser 
(solr admin page), xml response writer does not show multi blank lines and 
spaces. Try adding &wt=php to your query string. You would see your multi blank 
lines, spaces etc in your browser.

Hope this helps.



Reply via email to