using more than one request parameter

2002-10-18 Thread Giuseppe Bonelli
Hi cocooners, this is probably a simple question, but I didn't find anything in the docs and/or mail archives. I have a form with 2 submit buttons and I successfully use the request parameter selector to fire a pipeline based on the submit buttons values. The problem is that I need to use

RE: XMLHTTP and cocoon [baseurl ?]

2002-10-02 Thread Giuseppe Bonelli
the baseurl? On Mon, 30 Sep 2002, Giuseppe Bonelli wrote: Here are a few snippets i use to exchange xml data from a client side js and cocoon2. My scenario is: the client browser save an xml file on the server using the source write transformer. If you need to echo the file back

RE: XMLHTTP and cocoon

2002-09-30 Thread Giuseppe Bonelli
Here are a few snippets i use to exchange xml data from a client side js and cocoon2. My scenario is: the client browser save an xml file on the server using the source write transformer. If you need to echo the file back to the browser, just serialize it again, eventually after another

advice on a simple architecture for xml versioning

2002-07-31 Thread Giuseppe Bonelli
Hi all, I need advice on the various options available for building a simple versioning system for xml files. I went through the list archives looking for pointers, but I did not find much (apart from some very interesting, but old, conversation about cms implementation issues). Very