[ https://issues.apache.org/jira/browse/SOLR-639?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12614681#action_12614681 ]
Erik Hatcher commented on SOLR-639: ----------------------------------- Keep this working with the current LibXML version support, as well as REXML > Upgrade solr-ruby's XML capabilities for newest release of LibXML > ----------------------------------------------------------------- > > Key: SOLR-639 > URL: https://issues.apache.org/jira/browse/SOLR-639 > Project: Solr > Issue Type: New Feature > Components: clients - ruby - flare > Affects Versions: 1.3 > Reporter: Erik Hatcher > Assignee: Erik Hatcher > > From an e-mail from José Valim: > http://cfis.savagexi.com/articles/2008/07/16/resurrecting-libxml-ruby > But since they prepend LibXML in everything, we have to make a couple changes > to let it working: > In the file: gems/solr-ruby-0.0.6/lib/solr/xml.rb > Change line 23: > class XML::Node > For: > class LibXML::XML::Node > And then line 39: > Solr::XML::Element = XML::Node > For: > Solr::XML::Element = LibXML::XML::Node -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.