voila j'ai un probleme je souhaiterais utiliser xpath pour un manifest en xml comme ceci :
Code : Tout sélectionner
$doc_xml = new DomDocument();
$doc_xml->load('manifest.xml');
$xpath = new DomXpath($doc_xml);
$noeuds = $xpath->query("/balise1/balise2/balise3/balise4");
que faut il faire?, j'ai cherché partout et je ne trouve rien sur ce probleme.
merci infiniment à celui ou celle qui m'apportera de l'aide.[/code]