<?phpinclude("example.inc");if (!$dom = domxml_open_mem($xmlstr)) { echo "Erreur lors de l'analyse du document\n"; exit;}$xpath = xpath_new_context($dom);var_dump(xpath_eval_expression($xpath, '/chapter/@language'));?>
Voir aussi xpath_eval .