XSLTAL is available in Cocoon

cocoon

Christian gladly accepted to contribute his clever XSLTAL templating system (based on the Zope TAL presentation templating system) to Cocoon.

Basically, XSLTAL allows one to create presentation templates as XHTML files, using attributes to pull data out of the XML stream produced by Cocoon.

In this simple example, a

with class=s1 is generated for each s1 element found in the body element of the input document:

S1 Title

content

Despite all the exciting stuff going on here at ApacheCon, I have taken some time to implement it as the new xsltal block in Cocoon. It is available in the 2.1.x branch for now, I'll add it to the trunk later.

This is good news! Having an easier to use presentation templating system is a nice plus for Cocoon.

To test the new block, get the BRANCH_2_1_X from SVN, rebuild and see http://localhost:8888/samples/blocks/xsltal/

Thanks Christian! I'll be at you presentation in a few minutes so that we can make a joint announcement and get people excited about this.

This was committed while sitting in Brian McCallister's excellent session on Ruby on Rails (and tested by Upayavira sitting next to me) so I'm afraid I didnt follow all the details of what Brian said. But it all sounds way cool!