[ https://issues.apache.org/jira/browse/SOLR-277?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12508408 ]
Walter Underwood commented on SOLR-277: --------------------------------------- This is not a bug. Solr accepts XML, not XHTML. It does not accept XHTML-only entities. The Solr update XML format is a specific Solr XML format, not XML, not DocBook, not anything else. To index XHTML, parse it and convert it to Solr XML update format. > Character Entity of XHTML is not supported with XmlUpdateRequestHandler . > ------------------------------------------------------------------------- > > Key: SOLR-277 > URL: https://issues.apache.org/jira/browse/SOLR-277 > Project: Solr > Issue Type: Improvement > Components: update > Affects Versions: 1.3 > Reporter: Toru Matsuzawa > Attachments: XmlUpdateRequestHandler.patch > > > Character Entity of XHTML is not supported with XmlUpdateRequestHandler . > http://www.w3.org/TR/xhtml1/DTD/xhtml-lat1.ent > http://www.w3.org/TR/xhtml1/DTD/xhtml-special.ent > http://www.w3.org/TR/xhtml1/DTD/xhtml-symbol.ent > It is necessary to correspond with XmlUpdateRequestHandler because xpp3 > cannot use <!DOCTYPE>. > I think it is necessary until StaxUpdateRequestHandler becomes "/update". -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.