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

Raphael Stolt's Blog: Scraping websites with Zend_Dom_Query

Sameer Borate's Blog: Grabbing website Favicons using curl and php

DevShed: Object-Oriented Programming Through Design Patterns

Chris Shiflett\'s Blog: ZF Tutorial Update

IBuildings Blog: Multithreading in PHP with CURL


Community Events











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


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

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