*/ error_reporting( E_ALL ); $xmlString = 'foobar'; require_once 'XML/Beautifier.php'; $fmt = new XML_Beautifier(); $result = $fmt->formatString($xmlString); echo "
"; echo htmlspecialchars($xmlString); echo "
"; echo htmlspecialchars($result); echo "