From: e@... Date: 2014-10-13T20:23:39+00:00 Subject: [ruby-core:65682] [ruby-trunk - Feature #9379] [Assigned] Support for using libxml-ruby as XML parser in xmlrpc-libs Issue #9379 has been updated by Zachary Scott. Status changed from Closed to Assigned Assignee set to Hiroshi SHIBATA Needs tests ---------------------------------------- Feature #9379: Support for using libxml-ruby as XML parser in xmlrpc-libs https://bugs.ruby-lang.org/issues/9379#change-49413 * Author: Herwin . * Status: Assigned * Priority: Normal * Assignee: Hiroshi SHIBATA * Category: lib * Target version: ---------------------------------------- The default backend in the XMLRPC parser is REXML. This should work at most occasions, but it definitely isn't the fastest implementation. The attached patch allows a backend using libxml-ruby which should be more efficient. It successfully passes the unit tests available in the file test/xmlrpc/test_parser.rb The default isn't changed in this patch, so when libxml-ruby isn't available nothing is changed. Even if it's available, you still have to change the parsing backend before it is used. ---Files-------------------------------- libxml-as-xmlrpc-parser.diff (1.79 KB) -- https://bugs.ruby-lang.org/