PHP XML DOM

Zdravim nejak se mi nedari rozchodit DOM v PHP po

if (!$dom = domxml_open_file("pokus.xml")) {
echo "Error while parsing the document\n";
exit;
}


mi to hodi:
Warning: domxml_open_file(): I/O in C:\Program Files\Apache Group\Apache2\htdocs\www\xml\pokus\index.php on line 3

Warning: domxml_open_file(): warning : in C:\Program Files\Apache Group\Apache2\htdocs\www\xml\pokus\index.php on line 3

Warning: domxml_open_file(): failed to load external entity "pokus.xml" in C:\Program Files\Apache Group\Apache2\htdocs\www\xml\pokus\index.php on line 3

Error while parsing the document
zjevne neni ten tvuj pokus.xml validnim XML souborem

nejspis se v xml souboru odkazujes na DTD nebo Schema, a to neni dostupne (nejspis neni nahrane v adresari co tem XML soubor)