News Feed
Jobs Feed
Sections




News Archive
Hernani Cerqueira's Blog:
XSLT as a templating engine for PHP
January 05, 2010 @ 10:12:57

Hernani Cerqueira has posted a quick introduction to using XSLT (an XML-based markup for styling XML documents) as a templating engine for PHP.

One thing that I miss is a good unobtrusive template engine for PHP. Of course there is smarty, and a bunch of pear packages as well as some other free or commercial projects, and I'm honest to say that I'd never tried none of these, simply because I still see XSLT as a perfectly valid and powerful solution This post is a small tutorial about using XSLT as a templating engine for PHP.

He takes some time to explain what XSLT is and why it's a good choice (from his opinion) for templating your site. A code example is included where he builds a simple XML document (with the DOMDocument functionality of PHP) and creates a XSLT style sheet to take that information and change it into a formatted HTML document. Outputting the result is easy with the creation of a new XSLTProcessor object and a push out the other side with a transformToXML method call.

0 comments voice your opinion now!
xslt template language tutorial


blog comments powered by Disqus

Similar Posts

Lorna Mitchell's Blog: Installing Gearman for PHP and Ubuntu

PHP F1: PHP Session Tutorial

PHP in Action Blog: Testing Smarty templates

DealTaker Blog: PHP & MongoDB Sitting in a Tree: Part 1

DevShed: User Management Explained: Overview


Community Events











Don't see your event here?
Let us know!


introduction community podcast series composer interview conference functional testing unittest code development zendframework2 opinion example api release language tool framework

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework