Result Size:
625 x 571
<
!DOCTYPE
html
>
<
html
>
<
body
>
<?php
$xml =
new
SimpleXMLElement(
"<note>Hello <to>Tove</to><from>Jani</from>World!</note>"
);
echo
$xml;
?>
<
/body
>
<
/html
>