<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: JSON vs XML</title>
	<atom:link href="http://blog.technologyofcontent.com/2010/01/json-vs-xml/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.technologyofcontent.com/2010/01/json-vs-xml/</link>
	<description>Ramblings on the technology of content management</description>
	<lastBuildDate>Tue, 07 Sep 2010 23:49:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Eric Bloch</title>
		<link>http://blog.technologyofcontent.com/2010/01/json-vs-xml/comment-page-1/#comment-6853</link>
		<dc:creator>Eric Bloch</dc:creator>
		<pubDate>Fri, 07 May 2010 02:50:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.technologyofcontent.com/?p=206#comment-6853</guid>
		<description>&lt;p&gt;The reason JSON may &quot;win&quot; is because Javascript &lt;em&gt;is&lt;/em&gt;&lt;em&gt;the&lt;/em&gt; language in the browser and, even though it has issues, it doesn&#039;t appear in HTML5 timeframe that we&#039;ll have another choice.  Having literals for data (as opposed to DOM) is a HUGE benefit. And, in the end, that is a big reason why having JSON in the server simplifies things.  Less conversion is a &lt;em&gt;good thing&lt;/em&gt;.&lt;/p&gt;

&lt;p&gt;I agree XML will be here for a long time, too.  But it will be become a second-class citizen over time as a data encoding choice for some languages, tools, and so on.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>The reason JSON may &#8220;win&#8221; is because Javascript <em>is</em><em>the</em> language in the browser and, even though it has issues, it doesn&#8217;t appear in HTML5 timeframe that we&#8217;ll have another choice.  Having literals for data (as opposed to DOM) is a HUGE benefit. And, in the end, that is a big reason why having JSON in the server simplifies things.  Less conversion is a <em>good thing</em>.</p>

<p>I agree XML will be here for a long time, too.  But it will be become a second-class citizen over time as a data encoding choice for some languages, tools, and so on.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Barry</title>
		<link>http://blog.technologyofcontent.com/2010/01/json-vs-xml/comment-page-1/#comment-6673</link>
		<dc:creator>Barry</dc:creator>
		<pubDate>Fri, 30 Apr 2010 02:55:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.technologyofcontent.com/?p=206#comment-6673</guid>
		<description>&lt;p&gt;Is anyone worried that JSON is &lt;em&gt;very&lt;/em&gt; tightly bound to Java-Script. How do you provide web services to both servers and browsers?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Is anyone worried that JSON is <em>very</em> tightly bound to Java-Script. How do you provide web services to both servers and browsers?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://blog.technologyofcontent.com/2010/01/json-vs-xml/comment-page-1/#comment-4377</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Tue, 09 Feb 2010 22:36:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.technologyofcontent.com/?p=206#comment-4377</guid>
		<description>&lt;p&gt;&lt;a href=&quot;#comment-4287&quot; rel=&quot;nofollow&quot;&gt;@dret:&lt;/a&gt; I&#039;m not proposing getting rid of attributes from the literal XML text, just making them syntactic sugar for single-valued elements in the processing model (ie. so that my code doesn&#039;t have to look like a dog&#039;s breakfast whenever I have to do deal with XML that contains both data-as-attribute-values and data-as-element-values).&lt;/p&gt;

&lt;p&gt;More generally, if Justin&#039;s post is intended to foster discussion on what an &quot;XML++&quot; might look like, then I think a new kind of XML &quot;that wouldn&#039;t be XML anymore&quot; is absolutely on the table - his namespace simplification straw man being a good example.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p><a href="#comment-4287" rel="nofollow">@dret:</a> I&#8217;m not proposing getting rid of attributes from the literal XML text, just making them syntactic sugar for single-valued elements in the processing model (ie. so that my code doesn&#8217;t have to look like a dog&#8217;s breakfast whenever I have to do deal with XML that contains both data-as-attribute-values and data-as-element-values).</p>

<p>More generally, if Justin&#8217;s post is intended to foster discussion on what an &#8220;XML++&#8221; might look like, then I think a new kind of XML &#8220;that wouldn&#8217;t be XML anymore&#8221; is absolutely on the table &#8211; his namespace simplification straw man being a good example.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: dret</title>
		<link>http://blog.technologyofcontent.com/2010/01/json-vs-xml/comment-page-1/#comment-4287</link>
		<dc:creator>dret</dc:creator>
		<pubDate>Sun, 07 Feb 2010 02:19:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.technologyofcontent.com/?p=206#comment-4287</guid>
		<description>&lt;p&gt;@peter: many have proposed to get rid of attributes. for data-oriented people, this makes a lot of sense. for document-oriented people, this is just inconceivable. try to think of an HTML without attributes; not very pretty, right? plus, some essential XML mechanics (most notably, namespaces) depend on attributes, and i don&#039;t even want to think what namespaces would look like if they had to be stuffed into elements. it&#039;s nice that some technologies (such as RELAX NG) try to mitigate the distinction where appropriate, but these things are different in many ways, and XML without attributes probably would be different enough from XML so that it wouldn&#039;t be XML anymore.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@peter: many have proposed to get rid of attributes. for data-oriented people, this makes a lot of sense. for document-oriented people, this is just inconceivable. try to think of an HTML without attributes; not very pretty, right? plus, some essential XML mechanics (most notably, namespaces) depend on attributes, and i don&#8217;t even want to think what namespaces would look like if they had to be stuffed into elements. it&#8217;s nice that some technologies (such as RELAX NG) try to mitigate the distinction where appropriate, but these things are different in many ways, and XML without attributes probably would be different enough from XML so that it wouldn&#8217;t be XML anymore.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Most Tweeted Articles by CMS Experts: MrTweet</title>
		<link>http://blog.technologyofcontent.com/2010/01/json-vs-xml/comment-page-1/#comment-3932</link>
		<dc:creator>Most Tweeted Articles by CMS Experts: MrTweet</dc:creator>
		<pubDate>Fri, 29 Jan 2010 10:09:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.technologyofcontent.com/?p=206#comment-3932</guid>
		<description>&lt;p&gt;&lt;strong&gt;Your article was most tweeted by CMS experts in the Twitterverse...&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Come see other top popular articles surfaced by CMS experts!...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p><strong>Your article was most tweeted by CMS experts in the Twitterverse&#8230;</strong></p>

<p>Come see other top popular articles surfaced by CMS experts!&#8230;</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Tweets that mention JSON vs XML – Technology of Content -- Topsy.com</title>
		<link>http://blog.technologyofcontent.com/2010/01/json-vs-xml/comment-page-1/#comment-3911</link>
		<dc:creator>Tweets that mention JSON vs XML – Technology of Content -- Topsy.com</dc:creator>
		<pubDate>Thu, 28 Jan 2010 18:15:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.technologyofcontent.com/?p=206#comment-3911</guid>
		<description>&lt;p&gt;[...] This post was mentioned on Twitter by Bill de hOra, Peter Keane, Jon Marks, Mike Amundsen, Erik Wilde and others. Erik Wilde said: JSON vs. XML http://bit.ly/dCbJ2S by @justincormack; nice but no &quot;Pro XML&quot; section? still confused why people love hating XML so much. [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by Bill de hOra, Peter Keane, Jon Marks, Mike Amundsen, Erik Wilde and others. Erik Wilde said: JSON vs. XML <a href="http://bit.ly/dCbJ2S" rel="nofollow">http://bit.ly/dCbJ2S</a> by @justincormack; nice but no &#8220;Pro XML&#8221; section? still confused why people love hating XML so much. [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: uberVU - social comments</title>
		<link>http://blog.technologyofcontent.com/2010/01/json-vs-xml/comment-page-1/#comment-3896</link>
		<dc:creator>uberVU - social comments</dc:creator>
		<pubDate>Thu, 28 Jan 2010 08:05:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.technologyofcontent.com/?p=206#comment-3896</guid>
		<description>&lt;p&gt;&lt;strong&gt;Social comments and analytics for this post...&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;This post was mentioned on Twitter by justincormack: A new blog post which is nothing to do with tablets, just JSON, XML http://bit.ly/dCbJ2S (delayed by internet issues)...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p><strong>Social comments and analytics for this post&#8230;</strong></p>

<p>This post was mentioned on Twitter by justincormack: A new blog post which is nothing to do with tablets, just JSON, XML <a href="http://bit.ly/dCbJ2S" rel="nofollow">http://bit.ly/dCbJ2S</a> (delayed by internet issues)&#8230;</p>]]></content:encoded>
	</item>
	<item>
		<title>By: JSON vs XML – Technology of Content &#124; Drakz Free Online Service</title>
		<link>http://blog.technologyofcontent.com/2010/01/json-vs-xml/comment-page-1/#comment-3889</link>
		<dc:creator>JSON vs XML – Technology of Content &#124; Drakz Free Online Service</dc:creator>
		<pubDate>Thu, 28 Jan 2010 02:28:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.technologyofcontent.com/?p=206#comment-3889</guid>
		<description>&lt;p&gt;[...] the original post here: JSON vs XML – Technology of Content   Share and [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] the original post here: JSON vs XML – Technology of Content   Share and [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://blog.technologyofcontent.com/2010/01/json-vs-xml/comment-page-1/#comment-3882</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Wed, 27 Jan 2010 23:04:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.technologyofcontent.com/?p=206#comment-3882</guid>
		<description>&lt;p&gt;What about dropping the (imvho artificial) distinction between attributes and elements (as has been done in JSON)?  To my way of thinking attributes are simply a shorthand notation for a single valued element, so while there are arguably some benefits in allowing both for human comprehensibility, from the processing models perspective there&#039;s an argument that they should be treated identically (ie. with elements as the fundamental construct, since they&#039;re a strict superset of attributes).&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>What about dropping the (imvho artificial) distinction between attributes and elements (as has been done in JSON)?  To my way of thinking attributes are simply a shorthand notation for a single valued element, so while there are arguably some benefits in allowing both for human comprehensibility, from the processing models perspective there&#8217;s an argument that they should be treated identically (ie. with elements as the fundamental construct, since they&#8217;re a strict superset of attributes).</p>]]></content:encoded>
	</item>
</channel>
</rss>
