On 4/20/07, David Xiao <[EMAIL PROTECTED]> wrote:
I am updating text into solr, use post.sh. I found that if the .xml contains 
fancy
words such as "<>" it will actually corrupt xml schema layout.

As the document to be posted is XML, it must be well-formed, so you
must escape some characters ( < > and & ) in it, according to
http://www.w3.org/TR/REC-xml/

-Bertrand

Reply via email to