XPath queries do not work unless I register the namespace and specify it in the XPath query. I was hoping to just use the XPath query without having to do this, and the PHP manual gives examples showing this.
What version of PHP5 do you have?
I know there's a thread on this subject already. I posted in it. I'll just need to search a bit ... http://www.phpbuilder.com/board/showthread.php?t=10339071&highlight=XPath+namespace Once you start using namespaces you have to use namespaces: that's in the nature of XPath.