Hi guys . My name is Ricado Baptista i am new here and i have a problem, I got this code:
<html>
<head>
</head>
<body >
<?php
header('Content-type: text/xml');
$xml = simplexml_load_file("saft_solverde_wgres_FAC2-01-2013-500272484.xml");
foreach($xml->Invoice as $Invoice)
{
echo $InvoiceNo->InvoiceNo;
}
?>
</body>
</html>
But when i run it i go this:
"This XML file does not appear to have any style information associated with it. The document tree is shown below.
<html>
<head></head>
<body></body>
</html>
Why nothing is appearing? where is my error? :/