domxml_open_mem Creates a DOM object of an XML document Description objectdomxml_open_mem stringstr The function parses the XML document in str and returns an object of class "Dom document", having the properties as listed above. This function, domxml_open_file or domxml_new_doc must be called before any other function calls. Opening a xml document in a string document_element(); ?> ]]> See also domxml_open_file, domxml_new_doc.