I'm having some trouble making sense out of REXML's behavior. Help?
http://pastie.org/10968744#1-2
-r
···
--
http://www.cfcl.com/rdm Rich Morin rdm@cfcl.com
http://www.cfcl.com/rdm/resume San Bruno, CA, USA +1 650-873-7841
Software system design, development, and documentation
I'd recommend stopping immediately and switching to nokogiri. The API is much more usable and it is a lot faster, esp with larger documents.
···
On Nov 23, 2016, at 18:12, Rich Morin <rdm@cfcl.com> wrote:
I'm having some trouble making sense out of REXML's behavior. Help?
http://pastie.org/10968744#1-2
Robert_K1
(Robert K.)
24 November 2016 07:39
3
Since you are using a pastie already, could you post a real document
and the real code? See http://www.sscce.org/
Kind regards
robert
···
On Thu, Nov 24, 2016 at 3:12 AM, Rich Morin <rdm@cfcl.com> wrote:
I'm having some trouble making sense out of REXML's behavior. Help?
http://pastie.org/10968744#1-2
--
[guy, jim, charlie].each {|him| remember.him do |as, often| as.you_can
- without end}
http://blog.rubybestpractices.com/
Robert_K1
(Robert K.)
24 November 2016 07:40
4
But it incurs a larger overhead when loading. For small scripts and
documents it can still make sense to use REXML although I have to
agree these days I usually turn to Nokogiri straight away.
Kind regards
robert
···
On Thu, Nov 24, 2016 at 8:30 AM, Ryan Davis <ryand-ruby@zenspider.com> wrote:
On Nov 23, 2016, at 18:12, Rich Morin <rdm@cfcl.com> wrote:
I'm having some trouble making sense out of REXML's behavior. Help?
http://pastie.org/10968744#1-2
I'd recommend stopping immediately and switching to nokogiri. The API is much more usable and it is a lot faster, esp with larger documents.
--
[guy, jim, charlie].each {|him| remember.him do |as, often| as.you_can
- without end}
http://blog.rubybestpractices.com/