I would like to parse large (2.2 GB) XML data files with Nokogiri.
If I do normal DOM parsing, surely the system will crash.
Is there best strategy for large XML files parsing with Nokogiri?
I would like to parse large (2.2 GB) XML data files with Nokogiri.
If I do normal DOM parsing, surely the system will crash.
Is there best strategy for large XML files parsing with Nokogiri?