Re: XUpdate questions

2003-07-01 Thread Erik Bruchez
Michael Wechner wrote: > Erik Bruchez wrote: > >> I am not sure if this is 100% relevant to your need, as it looks >> like you may need XIndice, but we will release soon an XUpdate >> processor that we developed independently from the XUpdate >> implementation that

Re: XUpdate questions

2003-07-01 Thread Michael Wechner
Erik Bruchez wrote: I am not sure if this is 100% relevant to your need, as it looks like you may need XIndice, but we will release soon an XUpdate processor that we developed independently from the XUpdate implementation that comes with XIndice. Under what software license will your XUpdate

Re: XUpdate questions

2003-07-01 Thread Erik Bruchez
I am not sure if this is 100% relevant to your need, as it looks like you may need XIndice, but we will release soon an XUpdate processor that we developed independently from the XUpdate implementation that comes with XIndice. It will work with our framework OXF (www.orbeon.com/oxf), but will also

RE: XUpdate questions

2003-07-01 Thread Jonathan Spaeth
Title: RE: XUpdate questions The Xupdate functionality comes with the xindice database.  (See the wiki for more information on how to integrate xindice). Jon -Original Message- From: jm [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 01, 2003 9:43 AM To: [EMAIL PROTECTED] Subject

XUpdate questions

2003-07-01 Thread jm
hi all, i have one complex xml-document which i want to edit via my webbrowser with some kinds of forms so i don't really need a heavy CMS. i read about xmlforms, xforms and then i came across XUpdate which sounds like that i'm looking for. (but i would be glad about any system whi

Re: XUpdate

2003-03-12 Thread Josema Alonso
The oid is the unique identifier asigned to the document when you inserted in in the DB. I guess you have to make a search before updating it and get the oid. Then you could use it in your XUpdate query. Of course, you can also use the transformer for the former query. Best. ps: I only used the

Re: XUpdate

2003-03-12 Thread Irv Salisbury III
Then is used on a pipeline like any other transformer. The syntax it uses for XUpdate queries for example is: http://www.xmldb.org/xupdate";> 480-300-3003 As I said is pretty straightforward. Hope it helps. - Original Message - From: Irving Salisbury To:

Re: XUpdate

2003-03-09 Thread Irving Salisbury
the sitemap this way: org.apache.xindice.client.xmldb.DatabaseImpl xmldb:xindice:///db Then is used on a pipeline like any other transformer. The syntax it uses for XUpdate queries for example is: http://www.xmldb.org/xupdate";> 480-300-3003 As I said i

Re: XUpdate

2003-03-09 Thread Josema Alonso
xmldb:xindice:///db Then is used on a pipeline like any other transformer. The syntax it uses for XUpdate queries for example is: http://www.xmldb.org/xupdate";> 480-300-3003 As I said is pretty straightforward. Hope it helps. - Original

Re: XUpdate

2003-03-08 Thread Irving Salisbury
esfully quite a while ago. Best, Josema. - Original Message - From: "Irving Salisbury" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, March 08, 2003 7:54 PM Subject: XUpdate I am interested in using xupdate commands to xindice from within Cocoo

Re: XUpdate

2003-03-08 Thread Josema Alonso
ve used it succesfully quite a while ago. Best, Josema. - Original Message - From: "Irving Salisbury" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, March 08, 2003 7:54 PM Subject: XUpdate > I am interested in using xupdate commands to xindice from within C

XUpdate

2003-03-08 Thread Irving Salisbury
I am interested in using xupdate commands to xindice from within Cocoon. First, is there something like an XUpdateTransformer that would allow me to do this within a pipeline? If not, are there any actions, etc that help out? If anyone has any links that would be helpful, that would be great

Xindice XUPDATE PROBLEM

2002-03-14 Thread sheshadri emmadi
HI folks, Can anyone help on xupdate, i have been trying it out for the past 3 days, but in vain. My config is Cocoon 2.0.1, tomcat 3.2, jdk 1.3.1 and win2000. I am trying to execute the code below,if i use service.update() method i get "0 rows updated" message. my search criteria is

XUpdate

2002-02-28 Thread Stephan Michels
Hi, I have some trouble by using the XMLDBTransformer and xindice. I used the examples from http://www.xmldb.org/xupdate/xupdate-wd.html Following things have I done: > cat example.xml Andreas Laux Leipzig Germany > xindiceadmin ac -c /db -n addressbook Created

Re: xmldb - Xupdate

2002-01-08 Thread Gianugo Rabellino
Christian Zoffoli wrote: > Is it possible to see an example of xmldb Xupdate using cocoon ? There is no XUpdate capability in the Cocoon pseudo-protocol for XML:DB. The protocol is read only, so no modification can be done. Of course you can always resort to XSP writing your own java c

xmldb - Xupdate

2002-01-08 Thread Christian Zoffoli
Hi to all. Is it possible to see an example of xmldb Xupdate using cocoon ? thanks, Christian - Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/coc