Re: [NOTICE] *** CVS REPOSITORY SPLITUP ***

2003-03-08 Thread Jeff Turner
On Sun, Mar 09, 2003 at 01:04:26AM +, Pier Fumagalli wrote: > Folks, > > being now Sunday in London (and God knows if I'm going to wake up > tomorrow), I actually split the CVS as agreed. ... Wiki page created to help people move existing 'xml-cocoon2' checkouts across: http://wiki.cocoo

Re: XUpdate

2003-03-08 Thread Irving Salisbury
This is great news.  I don't suppose there are any preliminary docs on this as far as what type of XML it is looking for, etc?  I can go rooting around in the source, but any docs or even any examples that make use of it would be a huge help. Thanks, Irv Josema Alonso wrote: Hey, Irv The

XSP debugging under eclipse

2003-03-08 Thread Leszek Gawron
Has anyone succeeded in debugging xsp generated java files under eclipse? I have manager to do it once or twice but currently eclipse stubbornly says it cannot locate source for compiled class file (even though it exists in a project and it can be compiled from IDE). I tried all combinations and st

RE: XSL parameters

2003-03-08 Thread Conal Tuohy
> -Original Message- > From: Matthias Brunner [mailto:[EMAIL PROTECTED] > Sent: Sunday, 9 March 2003 02:23 > how do I set XSL parameters in the sitemap? > This does not seem to be possible: > > > > That should work. You will need to have the parameter declared in your xslt as wel

[NOTICE] *** CVS REPOSITORY SPLITUP ***

2003-03-08 Thread Pier Fumagalli
[NOTE: This message will go to all cocoon mailing lists. Moderators please approve accordingly] Folks, being now Sunday in London (and God knows if I'm going to wake up tomorrow), I actually split the CVS as agreed. The old "xml-cocoon2" repository has been renamed to "cocoon-2-historical" a

Re: XUpdate

2003-03-08 Thread Josema Alonso
Hey, Irv There's a XMLDBTransformer available. It was in Scratchpad but it was moved to a new xmldb block in the CVS repository. Please, checkout a fresh 2.1 from CVS and you'll foun it there or at its block: http://cvs.apache.org/viewcvs.cgi/xml-cocoon2/src/blocks/xmldb/ I have used it succesful

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.

Re: AbstractTransformer or AbstractSAXTransformer?

2003-03-08 Thread Jeff Turner
On Sat, Mar 08, 2003 at 04:27:41AM -0800, gv wrote: > I am writing a custom transformer that has to read all > the XML into a data structure, manipulate the > structure, then finally write everything in the > structure back out. DOMTransformer gives you a nice DOM to play with. --Jeff > From whe

Re: Problem with form validation (and spelling, yes)

2003-03-08 Thread Christian Haul
Guenther Schmidt wrote: Hi all, I've followed the wiki.cocoondev.org guidlines for form validation. I just can't get it to work. (Below is the excerpt from the sub-sitemap) Could you please post your complete pipeline as the fragment below is syntactically incorrect as is. If it is a complete pi

Re: XSL parameters

2003-03-08 Thread Joerg Heinicke
Hello Matthias, at http://xml.apache.org/cocoon/userdocs/transformers/xslt-transformer.html you can read, that your code is correct. i only don't know what happens when sending a boolean value. I think it's interpreted as normal text. Furthermore in the stylesheet you need a global . To see wh

RE: AbstractTransformer or AbstractSAXTransformer?

2003-03-08 Thread Reinhard Pötz
John, You could extend both transformers. The AbstractSAXTransformer has methods to record SAX events which should make it easier for you. But first I would check if it can be done using a XSLT stylesheet. Regards, Reinhard > -Original Message- > From: gv [mailto:[EMAIL PROTECTED] > Sen

XSL parameters

2003-03-08 Thread Matthias Brunner
Hello, how do I set XSL parameters in the sitemap? This does not seem to be possible: I do not want to activate "use-request-parameters" since the user should not be able to set parameters himself. Best regards, Matthias Brunner

AbstractTransformer or AbstractSAXTransformer?

2003-03-08 Thread gv
I am writing a custom transformer that has to read all the XML into a data structure, manipulate the structure, then finally write everything in the structure back out. >From where would I call my manipulation code? Looks like I need to use AbstractSAXTransformer, but can this be done with Abstrac

Re: Cocoon w/Jetty - A Minimalist's Guide

2003-03-08 Thread Bertrand Delacretaz
Le Samedi, 8 mars 2003, à 03:03 Europe/Zurich, Tony Collen a écrit : ...http://manero.org/weblog/archives/75.html Cool! Nice step in getting people up to speed with Cocoon quickly. As you mention, it would be good to add this to the wiki if it's ok for you. Just two comments: -you might wan