Using Request Parameters in Cocoon 2

You can make a web application quickly using XSLT and a handler like Cocoon 2.x. The trick is to get parameters in an HTTP POST or GET into your XSLT as parameters. Cocoon Central has a tutorial.

I’m using a similar technique on a mini-web app we use to track program item ideas for ConJosé, except I’m using PHP and XSLT on the backend.

More like this: , .