How to execute a XQuery in PHP? Can you give me an example?
Thank you.
The following link should be useful: http://dl.dropbox.com/u/1487285/php/php.html
Hello {$world} XQ; $xquery->importQuery($query); $xquery->setVariable('world', 'World!'); echo $xquery->execute(); ?>