# File xmlconfigfile.rb, line 67 def get_string(xpath, default = nil) parameter = XPath.first(@doc, @path_prefix + xpath) return node_to_text(parameter, default) end