# File lib/xmlsimple.rb, line 991 def load_xml_file(filename) parse(File.readlines(filename).to_s) end