Re: Debug output of pipelines

2006-11-18 Thread Jakob Günther
Hi Jan, It is first time i worked with views but maybe i have 2 answers for you: change following line: to then debug-labels at the match of "formtemplate/auftrag.xsd" would work. another possibility could be this uri: http://localhost:/auftrag2form/formtemplate/auftrag.xsd?cocoon-

RE:(2) Debug output of pipelines

2006-11-18 Thread Janne K . Olesen
Hi Jan Behrens, I'm not familiar with forms/flowscripts, but it seems to me you're calling your pipeline by using loadDocument(), maybe loadDocument creates a new request and doesn't pass your 'cocoon-view' parameter to the pipeline. Greetings Janne Olesen > Hi Bertrand, > > thanks for the poi

Re: Debug output of pipelines

2006-11-17 Thread Bertrand Delacretaz
On 11/17/06, Jan Behrens <[EMAIL PROTECTED]> wrote: ...I have tried setting up a view as suggested there but I am obviously doing something wrong because I either get errors or just my standard output... Your sitemap looks correct at first sightif you can reduce your code to the smallest t

Re: Debug output of pipelines

2006-11-17 Thread Jan Behrens
Hi Bertrand, thanks for the pointer. I have tried setting up a view as suggested there but I am obviously doing something wrong because I either get errors or just my standard output. Below is (most of) my sitemap.xmap. When I call http://localhost:/auftrag2form/form-auftrag?cocoon-view=deb

Re: Debug output of pipelines

2006-11-16 Thread Bertrand Delacretaz
On 11/17/06, Jan Behrens <[EMAIL PROTECTED]> wrote: ...could someone give me a hint on howto output the result of each transformation within my cached pipeline (below)... Use views, see http://cocoon.apache.org/2.1/userdocs/concepts/views.html -Bertrand --

Debug output of pipelines

2006-11-16 Thread Jan Behrens
Hi All, could someone give me a hint on howto output the result of each transformation within my cached pipeline (below)? It would be great to be able to look at the result of each transformation afterwards to see what I am doing wrong. Is that possible? Trivial? TIA, Jan