Hi Steve,

On Dec 5, 2009, at 5:10 PM, s.ross wrote:
What I really want to use is Nokogiri. My main issue is that I'm having to reimplement XML-RPC because the Ruby Std. Lib version is broken over SSL. Even if it weren't it's never been thread safe and thus can't operate asynchronously. As a result, what I have is an XML document inside an XML-RPC response envelope. That means I have to parse the document once to get the contents of the envelope (which is HTML-escaped), then parse those contents to get an XML document I can work with. I've been using XPath for that, and that's why I haven't moved over the NSXMLDocument.

Maybe I'm missing a bet here and should shift my strategy. I'll do some more reading...

Did you file a bug on our tracker regarding the stdlib breakage? Is it related to timeout.rb? It looks like there is a MacRuby problem that should be fixed :)

Laurent
_______________________________________________
MacRuby-devel mailing list
MacRuby-devel@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

Reply via email to