Is there a method to save a simplexml document to a file?
It looks like there used to be simplexml_save_file() and to_xml_file(), but neither of those are in the PHP5RC3 version. ALso can't use dom_import_simplexml as that returns a Dom Elements and not a DomDocument.
Any help greatly appreciated