Hi again and sorry to pose same question, but I'm about to pull out my hair here.
There were some DOMXML questions in the past 24h but none replied to. Two of us till 
now have had the same problem: compiled DOM just fine and see it is there with 
phpinfo(); but cannot use its functions[1]. Can anoyone at least verify that they got 
DOM working fine under PHP4.2?

thanks in advance,
Thalis


[1] The following code prints 'WTF?'
$domdoc=xmldoc($xmlstring);
if(!method_exists($domdoc,"document_element")){
    print("WTF?");
}


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

Reply via email to