# File log4r/configurator.rb, line 54 def self.load_xml_file(filename) detect_rexml actual_load Document.new(File.new(filename)) end