[EMAIL PROTECTED] wrote:
and the new error, always from command line is:

trying to register database
org.xmldb.api.base.XMLDBException: org.apache.xmlrpc.XmlRpcException: Error 
Compiling XUpdateQuery
...
Another idea?

         String xupd = "<xupdate:modifications version=\"1.0\"" +
            "xmlns:xupdate=http://www.xmldb.org/xupdate>" +

Michele,

Attribute values in XML must be in single or double quotes. So above line 
should be:

             "xmlns:xupdate='http://www.xmldb.org/xupdate'>" +

Vadim

            "<xupdate:insert-after select=\"/scheda/info/id[value='1']\">" +
            "<xupdate:element name=\"commento\">Bel libro!</xupdate:element>" +
            "</xupdate:insert-after>" +
            "</xupdate:modifications>";

Reply via email to