<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: What ? No more XML in AJAX ?</title>
	<atom:link href="http://joydutta.com/blog/2006/02/16/what-no-more-xml-in-ajax/feed/" rel="self" type="application/rss+xml" />
	<link>http://joydutta.com/blog/2006/02/16/what-no-more-xml-in-ajax/</link>
	<description>Motorcycling, photography, creativity and everything that excites me...</description>
	<pubDate>Fri, 21 Nov 2008 11:21:17 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Venkatesh</title>
		<link>http://joydutta.com/blog/2006/02/16/what-no-more-xml-in-ajax/#comment-514</link>
		<dc:creator>Venkatesh</dc:creator>
		<pubDate>Tue, 07 Mar 2006 22:46:30 +0000</pubDate>
		<guid isPermaLink="false">http://joydutta.com/blog/index.php/2006/02/16/what-no-more-xml-in-ajax/#comment-514</guid>
		<description>You better check out xForms. Json is pretty lame</description>
		<content:encoded><![CDATA[<p>You better check out xForms. Json is pretty lame</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://joydutta.com/blog/2006/02/16/what-no-more-xml-in-ajax/#comment-507</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Sat, 18 Feb 2006 16:56:44 +0000</pubDate>
		<guid isPermaLink="false">http://joydutta.com/blog/index.php/2006/02/16/what-no-more-xml-in-ajax/#comment-507</guid>
		<description>There are many reasons why XML is better than JSON. XML is complete structured notation when JSON in a simple context free grammar. XML was developped in order to allow a transferable translation for databases with query languages (like XPATH and XQUERY), whereas JSON does not have a query language. It is not possible to represent recursive structures in JSON.
 The guys from google wrote an XML parser in Javascript which is used for Google Maps. In Google maps all the data that is transferred is represented in XML format which is parsed at the client and constructed the map.</description>
		<content:encoded><![CDATA[<p>There are many reasons why XML is better than JSON. XML is complete structured notation when JSON in a simple context free grammar. XML was developped in order to allow a transferable translation for databases with query languages (like XPATH and XQUERY), whereas JSON does not have a query language. It is not possible to represent recursive structures in JSON.<br />
 The guys from google wrote an XML parser in Javascript which is used for Google Maps. In Google maps all the data that is transferred is represented in XML format which is parsed at the client and constructed the map.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
