Tagged Questions

0
votes
2answers
63 views

Cocoon escape query parameters problem

Hello, I'm maintaining Cocoon 2.1 application and I faced serious problem with request parameters. Consider following url: …
0
votes
1answer
158 views

Cocoon - Pipeline: Transform XML with XSL twice ?

Hey there, My problem is to setup the Cocoon sitemap.xmap in a way, that it first makes a transformation of an XML file with XSL, which I can then use for my own transformation. I have following …
0
votes
1answer
79 views

Cocoon lite / XML and XSLT publishing framework

What publishing frameworks (publishing only, NOT full-blown CMS) based on XML, XSLT sitemaps and pipelines exist, are stable, active, and simpler / lighter than Cocoon? I have glanced at: mod_xslt …
0
votes
0answers
27 views

cocoon 2.2 xsp generator

Hi, Any hints on how to put the blocks of xsp working? I managed to build them, but I cant seem to use xsps generators on my pipelines. Is this still available? Thanks greetings
0
votes
0answers
30 views

cocoon 2.2 tutorials

does anybody knows a good cocoon 2.2 tutorial?
0
votes
1answer
55 views

Apache Cocoon JAR configuration - I want to use .class files !

Hey guys and gals I'm using the Apache Cocoon framework, set up several eons ago for the web app I'm developing. I don't know if its how cocoon is set up for everyone, or its if some 'special' …
1
vote
1answer
255 views

How do I configure cocoon to use a database as a store for quartz jobs and triggers

I'm using Cocoon and want to store the jobs and triggers for the quartz scheduler in the database so they are persisted. I can see where I need to make the change in cocoon.xconf but I can't find much …
0
votes
4answers
218 views

Cocoon 2.2? Is it worthwhile or bad news?

Hi, I am looking to use Cocoon for a couple of sites I am creating. I will make heavy use of xml, xsl and conversion to html, pdf and excel on the sites. I am attracted to coccon as it implements …
0
votes
0answers
64 views

cocoon 2.1.x to 2.2.0 migration guide

Can anyone recommend me a good migration guide?
1
vote
2answers
135 views

Filter on current date within Castor OQL

I'm running the java cocoon 2 and castor oql. I'm trying to filter my oql query by today's date, but I can't seem to figure out (or find in google) the syntax of the date. The database is mySql, but …
0
votes
0answers
97 views

Configuring FOP from a Cocoon sitemap

I see in the FOP docs that there's a setting in the renderer section to do the right thing with rotating pages when the paper is portrait but what you're printing should be landscape. But I can't …