When I got a hold of 1.1b last week, nothing was working (command line, my application, etc), then based on mailing archives and instructions posted on the web I drew the conclusions listed below and I started to code directly at the XML-RPC level. But since you corrected me, I'll get back to the XMLDB code where I left to see what I'm doing wrong.
But as I stated in previous messages, XML-RPC seems a pretty flexible interface that allows me to do some very interesting things. Thanks, jlerm ----- Original Message ----- From: "Kevin O'Neill" <[EMAIL PROTECTED]> To: <xindice-users@xml.apache.org> Sent: Monday, August 04, 2003 10:51 PM Subject: Re: Clarification on status of XML:DB and XUpdate in Xindice 1.1b > On 2003.08.05 02:19, jcplerm wrote: > > Please confirm if the following statements are correct: > > > > 1) Xindice 1.1b only supports XML-RPC; > > 2) Code that uses the XML:DB API does not work with Xindice 1.1b; > > 3) As a consequence of item 2, there is no way of running XUpdate > > commands on Xindice 1.1b. > > > > Is there a way of running XUpdate against XIndice 1.1b using XML-RPC? > > Will XIndice 1.1X support XML:DB in the future? > > The XML-RPC database (an implementation of the XML:DB database > interface), passes most the integration tests we have (the failures are > documented in bugzilla) and has support for XUpdate. There are also > embeded and managed drivers. > > Do you have a sample of the code that doesn't execute? > -k.