From: Tim P. <he...@ti...> - 2007-07-11 20:43:32
|
Further to this.... With another project a particular XML file I need to parse doesn't play well with REXML, so I then tried libxml-ruby and it works like a charm and is much faster. From what I can tell this is down to unicode support. However, libxml-ruby gem requires that it compile some native extensions and I was wondering if anyone had any ideas how this could then be packaged with an RC app? Out of the box libxml-ruby need at least a ruby version of 1.8.4 I believe which is obviously a problem as the apple install is only 1.8.2? Any ideas would be most welcome! Cheers Tim |