# File log4r/configurator.rb, line 60
    def self.load_xml_string(string)
      detect_rexml
      actual_load Document.new(string)
    end