Uploaded image for project: 'Solr'
  1. Solr
  2. SOLR-639

Upgrade solr-ruby's XML capabilities for newest release of LibXML

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Won't Fix
    • 1.3
    • None
    • clients - ruby - flare
    • None

    Description

      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

      Attachments

        1. solr_libxml.patch
          0.9 kB
          José Valim

        Activity

          People

            ehatcher Erik Hatcher
            ehatcher Erik Hatcher
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: