<?phpinclude("example.inc"); if (!$dom = domxml_open_mem($xmlstr)) { echo "Error while parsing the document\n"; exit; }// get chapter$root = $dom->document_element(); echo $root->get_attribute('language'); // en?>