Make sure that you have all the dlls that are needed for php+dom. these
dlls need to be in your windows path as well.

Uncomment the dll in your php.ini file and restart the webserver. View a
php page with phpinfo() as the only function in that page:

<?php
phpinfo();
?>

See if you have dom in there. If not then follow the above steps again.
If you dont have the dll then you will need to download the zip file
from php.net.

Now that you have dom you can load in xml files as dom objects and
manipulate the object with the dom functions.


--
BigDog



On Thu, 2003-07-31 at 06:54, Steff wrote:
> Hello
>  
>     I'm a beginner in php.
>  
>     Sorry to disturb you but I have two problems and I hope you can help me.
>  
>     I use php 4.3.2(InetPub\Php is my php directory) under windows 2000 server with 
> IIS 5.0.
>  
>    I want to manipulate xml file with Php (add some element, modify some element, 
> delete some element and consult some element) but when I try  domxml_open_file I 
> obtain system error : Call to undefined function: domxml_open_file()
>  
>    I heard about use --with-dom but I don't see how and about php/win32 directory 
> which I don't see.
>  
>  Can you help me ?
>  Thanks
>  Cordially
>  Vauclaire Stéphane
>  http://www.c-comnet.com


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

Reply via email to