PHP. Руководство по PHP. 2005
DOMDocument->saveXML()
HREF="function.dom-domdocument-savehtmlfile.html"> HREF="function.dom-domdocument-schemavalidate.html"> Пред.
DOMDocument->saveXML()
(no version information, might be only in CVS)DOMDocument->saveXML() -- Dumps the internal XML tree back into a string
Описание
class DOMDocument {string saveXML ([DOMNode node])
}
Creates an XML document from the DOM representation. This function is usually called after building a new dom document from scratch as in the example below.