On 2/8/2010 3:15 PM, Jens Kapitza wrote:
hi @all,

using solr and dataimport stuff to import ends up in RuntimeException.

Caused by: java.lang.RuntimeException: [com.ctc.wstx.exc.WstxLazyException] com.ctc.wstx.exc.WstxParsingException: Undeclared general entity "eacute"
 at [row,col {unknown-source}]: [49,23]

é is an entity defined for (X)HTML. XML only uses " & ' < &gt and &#nnnn; So if you want to use the é character you'll have to either use the character itself or something like É

Regards,

gwk

Reply via email to