XML_Beautifier | XML_DTD |
XML_Beautifier | |
PEAR Manual | |
require_once 'XML/Beautifier.php'; |
object XML_Beautifier::formatString (
string $string
, string $renderer = "Plain"
)
Beautifies an XML string. Use this method to beautify an XML document that has been generated on-the-fly.
string $string - string containing an XML document.
string $renderer - renderer to use, currently only a "Plain" XML renderer can be used.
string beautified XML document
This function can not be called statically.
XML_Beautifier | XML_DTD |
XML_Beautifier | |
PEAR Manual | |