html { padding:0px; margin:0px; } body { background-color: #e1ddd9; font-size: 12px; font-family: Verdana, Arial, SunSans-Regular, Sans-Serif; color:#564b47; padding:0px 20px; margin:0px; } #content { float: left; width: 75%; background-color: #fff; margin:0px 0px 50px 0px; overflow: auto; }
(no version information, might be only in CVS)
DOMDocument->saveXML() -- Dumps the internal XML tree back into a stringCreates 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.
nodeUse this parameter to output only a specific node without XML declaration rather than the entire document.
optionsAdditional Options. Currently only LIBXML_NOEMPTYTAG is supported.
| Poprzedni | Spis treści | Następny |
| DOMDocument->saveHTMLFile() | Początek rozdziału | DOMDocument->schemaValidate() |