Sitter och försöker få igång min lokala testserver på min dator och vill få igång domxml men lyckas inte.
använder apache 2.0.44 med php 4.3.1 samt libxml 2.5.5 med iconv 1.8.
phpinfo() säger att domxml är igång men när jag försöker köra en enkel fil så får jag bara en massa fel mess.
är det något i installationen som jag missat eller är mitt script så enormt fel?
$path = 'D:\.server\log\archive\a.xml';
$doc = domxml_open_file($path);
$root = $doc->document_element();
felmeddelandena jag får är
Warning: domxml_open_file() [function.domxml-open-file]: file:///D:/.server/log/archive/a.xml:1: in D:\.server\log\cms\index.php on line 3
Warning: domxml_open_file() [function.domxml-open-file]: error: in D:\.server\log\cms\index.php on line 3
Warning: domxml_open_file() [function.domxml-open-file]: Malformed declaration expecting version in D:\.server\log\cms\index.php on line 3
Warning: domxml_open_file() [function.domxml-open-file]: in D:\.server\log\cms\index.php on line 3
Warning: domxml_open_file() [function.domxml-open-file]: ^ in D:\.server\log\cms\index.php on line 3
Warning: domxml_open_file() [function.domxml-open-file]: file:///D:/.server/log/archive/a.xml:1: in D:\.server\log\cms\index.php on line 3
Warning: domxml_open_file() [function.domxml-open-file]: error: in D:\.server\log\cms\index.php on line 3
Warning: domxml_open_file() [function.domxml-open-file]: Blank needed here in D:\.server\log\cms\index.php on line 3
Warning: domxml_open_file() [function.domxml-open-file]: in D:\.server\log\cms\index.php on line 3
Warning: domxml_open_file() [function.domxml-open-file]: ^ in D:\.server\log\cms\index.php on line 3
Warning: domxml_open_file() [function.domxml-open-file]: file:///D:/.server/log/archive/a.xml:1: in D:\.server\log\cms\index.php on line 3
Warning: domxml_open_file() [function.domxml-open-file]: error: in D:\.server\log\cms\index.php on line 3
Warning: domxml_open_file() [function.domxml-open-file]: parsing XML declaration: '?>' expected in D:\.server\log\cms\index.php on line 3
Warning: domxml_open_file() [function.domxml-open-file]: version="1.0"?> in D:\.server\log\cms\index.php on line 3
Warning: domxml_open_file() [function.domxml-open-file]: ^ in D:\.server\log\cms\index.php on line 3
Fatal error: Call to a member function on a non-object in D:\.server\log\cms\index.php on line 4
:q