News Feed
Jobs Feed
Sections




News Archive
SitePoint.com:
How to Create an XML to JSON Proxy Server in PHP
October 19, 2011 @ 13:07:08

On SitePoint.com today there's a new post from Craig Buckler showing you how to create a simple XML to JSON proxy server in PHP with a SimpleXML object at its heart.

Unless you're new to this web development lark, you'll know the 'X' in 'AJAX' stands for XML - eXtensible Markup Language. But you're probably not using XML. If you are, you'd probably prefer not to. All the cool kids are using JSON or JSON-P: it has a smaller payload, is easier to use and faster to process. [...] Fortunately, there are a couple of solutions which allow you to retain the benefits of XML data interchange but provide the ease of JSON in JavaScript. In this article, we're going to create an XML to JSON proxy server in PHP.

Of course, this will only work with well-formatted XML documents, but it's a quick little hack that pulls in the XML data with a curl request and parses it via SimpleXML and uses json_encode to push it back out as JSON.

0 comments voice your opinion now!
xml translate json proxy server tutorial simplexml


blog comments powered by Disqus

Similar Posts

PHPBuilder.com: Getting Started with the Fuel PHP Framework

NetTuts.com: Rapid Application Prototyping in PHP Using a Micro Framework

PHPMaster.com: Preventing Code Rot 101: Unit Testing

DevShed: Integrate Facebook Comments Code with Wordpress or PHP

AnyExample.com: Making XML/XSLT driven site using PHP


Community Events











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


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

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