From: Sean Russell Date: 2001-11-10T03:48:19+09:00 Subject: [ruby-talk:24788] Re: ruby and webservices Dave Thomas wrote: > The trick would be to have a pure Ruby parser and a higher performance > C-based parser that were 100% compatible, so you could plug in the one > you wanted at run time. The assumption is that the XML parser (the native version) would be included with Ruby, so there would be no reason to use the Ruby implementation. --- SER