Docunext


Catalyst with XSLT

November 19th, 2009

I had refrained from using MVC web application frameworks like Rails because they didn't include View support for XSLT.

Catalyst, an MVC framework written in Perl, does support XSLT views with the help of Catalyst::View::XSLT.

I'd tested this out a little before, but now I'm digging with with EvenBooks, a port of PBooks to Catalyst.

The next quagmire I face is the idea of an ORM that can output an XML tree that XSLT can render. With Nexista, data goes directly form the database to an XML tree, and based on that idea I started to work on dbrs2xml, a FastCGI application which maps uris to sql and responds with XML results sets. However, as many developers know, its often faster and easier to systematically manipulate "smart" and flexible objects than it is to systematically manipulate nodesets of XML data. The latter is certainly possible, I do it all the time, but I definitely feel I'm missing something.

It would be very cool to be able to use an object-relation mapper prior to the insertion of data sets into an XML tree. That's what I'm going to investigate next as I continue work on EvenBooks. Wish me luck!

UPDATE: I just remembered another point I wanted to note about this project: PBooks uses InnoDB to maintain referential integrity between certain tables and I'm curious to learn about how DBIx::Class works with foreign keys, if any different than with MyISAM tables.

¥

Yearly Indexes: 2003 2004 2006 2007 2008 2009 2010 2011 2012 2013 2015 2019 2020 2022