class Ox::StreamParser

This is an alternative parser for the stdlib xmlrpc library. It makes use of Ox and is based on REXMLStreamParser. To use it set is as the parser for an XMLRPC client:

require 'xmlrpc/client'
require 'ox/xmlrpc_adapter'
client = XMLRPC::Client.new2('http://some_server/rpc')
client.set_parser(Ox::StreamParser.new)