Python xml.dom.minidom Functions
EditRocket provides the following information on xml.dom.minidom functions in the Python source code builder.
parse(filename_or_file, parser) - Return a Document from the given input.
parseString(string[, parser]) - Return a Document that represents the string.