demo_func_simplexml_construct2.php:
<!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>