Hello,
I am trying to use the xmldoc() function in order to parse XML files
using the Document object model (DOM). I am using PHP version 4.1.1 which is supposed to support this function.
I always get the same error: "Fatal error: Call to undefined function: xmldoc() in ..."
I've tried many other versions of PHP and in addition I have installed libxml library version 2.5.4. I am getting really confused here with so many different versions of those libraries.
I would be gratefull if anyone could give me detailed instructions of how to make the xmldoc() function work. Which versions of PHP and libxml libraries should I use and whether should I declare any dll file through the php.ini configuration file.
Thank you a lot in advance 🙂
Cheers
P.S I am trying to follow the examples provided in "XML and PHP" book by Vikram Vaswani. It is a great book by the way, but the configuration issues seem to be a little tricky.
Note that I have posted the same message in the Newbies section. Sorry for that