Showing a case where the libxml backend produces an incorrect hash when performing:
Hash.from_xml
Would be great to get this fixed before the next release of Rails specifically because I've also got a benchmark showing using libxml is 25x faster with a large XML file than than REXML.
In the ticket is a reference to this repo where I have both the benchmark and a test implementation I'd like feedback on.
Showing a case where the libxml backend produces an incorrect hash
when performing:
Hash.from_xml
Would be great to get this fixed before the next release of Rails
specifically because I've also got a benchmark showing using libxml
is 25x faster with a large XML file than than REXML.
In the ticket is a reference to this repo where I have both the
benchmark and a test implementation I'd like feedback on.