Category Archives: Development

Modular caching with XSL and PHP

The last time I talked about XSL I mentioned how powerful it is for caching. In this post I’m going to talk about how I use it and how you can easily implement it. In this post I’m going to talk a bit more about how I handle caching with XSL and PHP.
When I started [...]

The Power of XSL

When we did the last rewrite of Christian Lyrics I spent a good bit of time working on the template system. I loathe Smarty due to how bloated it is, but almost went with it because needed modular caching (guests all see the same static files, logged in users see their user info, etc…). We [...]