Hi there.
When I evaluate an XPath expression using dom-xml in PHP, my Apache error_log is being filled with lines like this :
Error xpath.c:2580: Invalid type
/root/content/item[@name="overskrift"]
^
(but the code works!)
I am running PHP4.0.4p11 / libxml2.2.11, but same result with PHP4.0.6 / libxml2.3.13.
Does anyone know what's wrong ?
/Thor