I have a very simple DOM test set up which is failing.  Environment is 
apacie 1.3.x, WIN xp, PHP 5.1.2 ; DOM seetings outlined in phpinfo() 
indicate various DOM/XML support is enabled.

Failing php is:
<?php
$dom = new DOMDocument('1.0', 'iso-8859-1');
echo $dom->saveXML();
?>

which results in:
The XML page cannot be displayed
Cannot view XML input using style sheet. Please correct the error and then 
click the Refresh button, or try again later.

--------------------------------------------------------------------------------
XML document must have a top level element. Error processing resource 
'http://127.0.0.1/domtest.php'.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to