Dans le cadre général de sa numérisation, l’administration française permet aujourd’hui aux organismes de formation de déclarer leurs formations, en transmettant un fichier XML strictement normé. Cette opération peut s’évérer délicate à partir d’un grand nombre de formations et apparait rapidement alors l’intérêt d’une assistance informatique.C’est le cas de...
Lire plusOpen from a file $xml = simplexml_load_file(file.xml'); or in file.php : <?php $xmlstr = <<<XML <?xml version="1.0" encoding="ISO-8859-1"?> <lheo xmlns="https://www.of.moncompteformation.gouv.fr"> <offres></offres> </lheo> XML; ?> then include 'file.php'; $xml = new SimpleXMLElement($xmlstr); To get a node : $child = $xml->action->{'lieu-de-formation'}->coordonnees->{$field} Notice {} when node syntax too complex or dynamic var...
Lire plus