Page 1 of 1

PHP5 DOM or PHP4 DOMXML support in Phalanger 2.0 Beta?

PostPosted: December 5th, 2006, 3:42 pm
by CLaueR@codeplex
Hi folks,

I'm trying to run a piece of PHP5 code under Phalanger. This code uses PHP5 DOM API to do XML manipulation.

I've tried nearly anything I can imagine, I can't make it work.

I've tried to run the dom007.php test code which is in the source\Tests\Xml directory, I get the same errors, namely :

Warning: domdocument() expects at least 1 parameter, 0 given in C:\Inetpub\foo.php at expression on line 37, column 1.

Error: Call to undefined method: PHP:::Library:::domdocument::createElementNS() in C:\Inetpub\foo.php at expression on line 38, column 1.

Any help appreciated ;)