Re: Cocoon 3 - no conditional pipelines?

2011-07-11 Thread Lars Huttar
Robby, Thanks for your reply. It's nice to see another instance of the conditional and error-handling sitemap structures. However we still have a contradiction with section 2.1.1 of the documentation [1], and it doesn't seem certain to me which is going to "win". The "linear pipelines" / "no cond

RE: Cocoon 3 - no conditional pipelines?

2011-07-11 Thread Robby Pelssers
Hi Lars, if you take a look at the cocoon-sitemap module you will see all supported nodes: - act - error - generate - match - otherwise - parameter - pipeline - pipelines - read - select - serialize - sitemap - transform - when So I think you're good to go with C3. Kind regards, Robby -O

Cocoon 3 - no conditional pipelines?

2011-07-11 Thread Lars Huttar
Hi, As we look at porting one of our applications from Cocoon 2.1 to 3.0, one thing I saw causes me concern [1]: > A Cocoon 3 pipeline always goes through the same sequence of > components to produce its output. There is no support for > conditionals, loops, tees or alternative flows in the case

Re: [ANNOUNCE] Apache Cocoon 3.0.0-alpha-3 released!

2011-07-11 Thread Lars Huttar
On 7/11/2011 2:20 PM, Lars Huttar wrote: > On 7/1/2011 4:35 AM, Simone Tripodi wrote: >> The Apache Cocoon 3 team is pleased to announce the Apache Cocoon >> 3.0.0-alpha-3 release! > ... > > Is there any direction on how to install or run this release? > > Can we still use declarative XML sitemaps,

Re: [ANNOUNCE] Apache Cocoon 3.0.0-alpha-3 released!

2011-07-11 Thread Lars Huttar
On 7/1/2011 4:35 AM, Simone Tripodi wrote: > The Apache Cocoon 3 team is pleased to announce the Apache Cocoon > 3.0.0-alpha-3 release! ... Is there any direction on how to install or run this release? Can we still use declarative XML sitemaps, or do sitemaps have to be written in Java? Are ther