News Feed
Jobs Feed
Sections




News Archive
CodingThis.com Blog:
Quick XML-to-HTML Templating in PHP Using SimpleXML
November 11, 2010 @ 13:03:04

New on the CodingThis.com blog there's a post about templating using SimpleXML to parse a basic XML file and push the data into a template.

Since the API method interface is relatively static, I didn't need to generate it on the fly, so I created a PHP script. I could have used an XSL Transform (XSLT), but instead I decided to use pure PHP. (I'd rather use PHP and realize I have too much power than use XSLT, and realize I don't have enough. Plus, I love PHP. There's no shame in sticking with what you know.) [...] The best package I found for my purposes is SimpleXML, which mimics the tree structure of an XML file as a series of embedded objects.

He gives an example of some simple XML returned from his REST API, how parsed it and a foreach loop to go through the methods and output the HTML with the correct values.

0 comments voice your opinion now!
template simplexml tutorial rest api


blog comments powered by Disqus

Similar Posts

Fabien Potencier's Blog: Create your own framework... on top of the Symfony2 Components (part 8)

Web Development Blog: Sending e-mails via SMTP with PHPmailer and Gmail

phpRiot: Zend Framework 101: Zend_Log

DZone.com: Using APC correctly

Ibuildings techPortal: Grokking the REST Architecture


Community Events











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


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

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