From: Ryan Leavengood Date: 2005-06-24T13:09:02+09:00 Subject: Re: REXML libraries and parsing issues James Edward Gray II said: > On Jun 23, 2005, at 10:45 PM, Bucco wrote: > >> How about something like: >> >> require 'rexml/document' >> doc = REXML::Document.new(File.open('someXMLFile.xml')) >> info = doc.elements["//B110/DNUM/PDAT"].text >> puts info > > For 2 Gig files?! Good luck! Hahahaha, I must agree with this. Of course the irony is that if those 2 gig XML files were in YAML, they would only be 5 megs ;) Ryan