Re: & in XML Node Getting Error

2014-02-21 Thread Shawn Heisey
On 2/21/2014 10:31 AM, EXTERNAL Taminidi Ravi (ETI, Automotive-Service-Solutions) wrote: I am getting something like ERROR org.apache.solr.core.SolrCore [com.ctc.wstx.excwstxLazyEception] com.ctc.wstx.exc.WstxParsingException: Undeclared general entity "nbsp" The filed content is " " or "&"

RE: & in XML Node Getting Error

2014-02-21 Thread Chris Hostetter
: ERROR org.apache.solr.core.SolrCore [com.ctc.wstx.excwstxLazyEception] : com.ctc.wstx.exc.WstxParsingException: Undeclared general entity "nbsp" "nbsp" is not a legal XML entity unless you have an enty declaration that defines it. it sounds like you don't have valid xml -- it sounds like you

RE: & in XML Node Getting Error

2014-02-21 Thread EXTERNAL Taminidi Ravi (ETI, Automotive-Service-Solutions)
to:greg.walt...@answers.com] Sent: Friday, February 21, 2014 12:16 PM To: solr-user@lucene.apache.org Subject: Re: & in XML Node Getting Error Ravi, What's the error you're getting? Thanks, Greg On Feb 21, 2014, at 11:08 AM, "EXTERNAL Taminidi Ravi (ETI, Automotive-Service-So

Re: & in XML Node Getting Error

2014-02-21 Thread Greg Walters
Ravi, What's the error you're getting? Thanks, Greg On Feb 21, 2014, at 11:08 AM, "EXTERNAL Taminidi Ravi (ETI, Automotive-Service-Solutions)" wrote: > Hi, I am getting Error if any of the field in the xml file has & as value. > > How can I fix this issue > > FYI I changed & to & in the fie