[PHP] DOM XML issue

2005-06-28 Thread Andrew Kachalo

Hi!

I have installed PHP 5.0.4 on MacOS X 10.3 (Panther). Everything works 
fine exept DOM XML parser.


After using "phpinfo" it shows (dom section):

dom
DOM/XML enabled
DOM/XML API Version 20031129
libxml Version 2.5.4
HTML Support enabled
XPath Support enabled
XPointer Support enabled
Schema Support enabled
RelaxNG Suppor tenabled

I'm using function domxml_open_file and get following error:

Fatal error: Call to undefined function domxml_open_file() in 
/Users/Andrew/Sites/portfolio/index.php on line 61


How can I fix this problem?

Thank you!

==
Best Regards
Andrew Kachalo
http://www.geocities.com/andrew_kachalo/

Re: [PHP] Trouble using DOM component with PHP 4.4.0

2005-10-27 Thread Andrew Kachalo
And what DOM library, which is compatible with PHP 5.0 and PHP 4.4 can 
I use to avoid the conflict I currently have?


On жовт 27, 2005, at 23:32, Alessandro Rossini wrote:

Please guide me what can I do to make my code work without changing 
it?


DOM implementation in PHP5 is completely new, and you can't have the 
same in
PHP4. I think that the most reasonable solution will be change the 
hosting to

another with PHP5 support...

Best regards.
--
Alessandro 'Aronnax' Rossini

web -> www.aronnax.it
e-mail -> [EMAIL PROTECTED]
icq -> 2442698
ZeroNotice IT Solutions -> www.zeronotice.com


==
Best Regards
Andrew Kachalo
http://www.geocities.com/andrew_kachalo/