Next two problems :
1) Then I try to append root node XUpdate service throws :
org.xmldb.api.base.XMLDBException: Query Processing Error
I use something like this :
<xu:append select="/" \>
...............................................
It works if I use:
<xu:append select="/document" \>
...............................................
Is "/" is not walid XPath query ?
2) Then I try to add empty document it says "Collection Document Malformed"
Is "<?xml version=\"1.0\"?>" not valid document ?
