[PHP] xml dom support

2002-01-11 Thread Sandeep Murphy


hi,

I am running  PHPtriad on a win2k machine... when I run phpinfo() it
displays  XMLACTIVE but I keep getting an error Fatal error: Call to
undefined function: xmldoc() in C:\apache\htdocs\example.php on line 24

What needs to installed/configured ??

TIA,

sandeep

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] xml dom support

2002-01-11 Thread Henning Sprang

Sandeep Murphy wrote:

 hi,
 
 I am running  PHPtriad on a win2k machine... when I run phpinfo() it
 displays  XMLACTIVE 


this means that the standart, expat based xml support ist active

but I keep getting an error Fatal error: Call to
 undefined function: xmldoc() in C:\apache\htdocs\example.php on line 24

 
 What needs to installed/configured ??



you need DOM XML support, i only don't know how to do this with win2k...


see http://www.php.net/manual/en/ref.xml.php

and

http://www.php.net/manual/en/ref.domxml.php

for more information about these two...

henning



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]