Re: Design Question - multiple XML parsers/ dependencies
Mohit Sindhwani <[email protected]>
| Newsgroups | gmane.comp.lang.ruby.general |
|---|---|
| Message-ID | <[email protected]> |
Hi Ryan, Thanks! On 2019-4-3 7:57 AM, Ryan Davis wrote: >> On Mar 30, 2019, at 23:31, Mohit Sindhwani <[email protected]> wrote: >> >> However, since it's native, the installation doesn't always work as smoothly, especially on Windows. So, I wanted to see if we could support Ox if the user installs it and use Rexml as the normal way. > So use a binary gem that provides platform releases. There are probably many, but nokogiri is a safe choice: > > • 1.10.2 - March 25, 2019 (8.57 MB) > • 1.10.2 - March 25, 2019 x64-mingw32 (5.59 MB) > • 1.10.2 - March 25, 2019 java (5.46 MB) > • 1.10.2 - March 25, 2019 x86-mingw32 (5.27 MB) I will check how Ox performs against nokogiri in our case. I stumbled across Ox and found it to be very fast (especially since we were using REXML at that point). It was a case of stumbling across somethig that worked well rather than searching and finding a prper well-researched solution. In any case, I think the responses have been very helpful and have taught me something new :) even if I take the easier way out. Best Regards, Mohit. Unsubscribe: <mailto:[email protected]?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-talk>