Are you using the XML namespace value properly? It should be like this:
<xupdate:modifications version="1.0"
xmlns:xupdate="http://www.xmldb.org/xupdate">
<!--Your xUpdate query -->
</xupdate:modifications>
So, the XML namespace should be "http://www.xmldb.org/xupdate".
-Sankaran.
