Result Size:
625 x 571
<
!DOCTYPE
html
>
<
html
>
<
body
>
<?php
$xml=
new
SimpleXMLElement(
"note.xml"
,
0
, TRUE);
echo
$xml->asXML();
?>
<
p
>
Select View Source to see the XML.
<
/p
>
<
/body
>
<
/html
>