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

Alexey Zakhlestin's Blog: PHP+SCGI part 2: problem with eZComponents

Oscar Merida's Blog: Using bcrypt to store passwords

ZetCode.com: PostgreSQL PHP Tutorial

IBM developerWorks: Aajax RSS Reader

Matthew Weier O'Phinney's Blog: Responding to Different Content Types in RESTful ZF Apps


Community Events











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


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

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