From: crazyfishpants Date: 2004-02-25T04:04:49+09:00 Subject: REXML Performance I am using the Tree Parser in REXML. While parsing short documents performance is great, performance is significantly impacted when parsing large documents. Specifically, this occurs when the following line is executed: xmlDoc = Document.new(File.new(fileToParse)) Any ideas?