Re: limited number of loops with call-template?

2007-11-06 Thread Tobia
Jens Reufsteck wrote: > I'm using a template, which once called from outside starts calling > itself as long as a certain condition is true. But after a certain > amount of calls (1.100 times) it seems stopping to call itself. I wouldn't write a template that calls itself recursively that many tim

Re: limited number of loops with call-template?

2007-11-06 Thread Joerg Heinicke
On 06.11.2007 8:17 Uhr, Jens Reufsteck wrote: I'm using a template, which once called from outside starts calling itself as long as a certain condition is true. But after a certain amount of calls (1.100 times) it seems stopping to call itself. The processing stops in the middle of the xml-docu

RE: limited number of loops with call-template?

2007-11-07 Thread Jens Reufsteck
p://www.hobsons.de http://www.hobsons.ch Geschäftsführung: Christopher Letcher, Judith Oppitz, Adam Webster Amtsgericht Frankfurt HRB 58610 >-Original Message- >From: Joerg Heinicke [mailto:[EMAIL PROTECTED] >Sent: Wednesday, November 07, 2007 5:06 AM >To: users@cocoon.apache.org >Subject

RE: limited number of loops with call-template?

2007-11-07 Thread Jens Reufsteck
: Christopher Letcher, Judith Oppitz, Adam Webster Amtsgericht Frankfurt HRB 58610 >-Original Message- >From: Joerg Heinicke [mailto:[EMAIL PROTECTED] >Sent: Wednesday, November 07, 2007 5:06 AM >To: users@cocoon.apache.org >Subject: Re: limited number of loops with call-