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

Padraic Brady's Blog: The PHPSpec 0.2.0devel API

Chris Jones: Getting Started with PHP Zend Framework 2 for Oracle DB

Lorna Mitchell's Blog: Accessing the Magento V2 API

Mike Purcell's Blog: PHP - Reflection Class - Determine Parent Method Signature

PHPBuilder.com: Working with the Symfony Components PHP Libraries


Community Events











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


release unittest framework opinion rest language development testing interview functional phpunit community series podcast introduction conference database usergroup symfony2 zendframework2

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