<?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: XML and Global Warming</title>
	<atom:link href="http://www.alexandre-gomes.com/?feed=rss2&#038;p=33" rel="self" type="application/rss+xml" />
	<link>http://www.alexandre-gomes.com/?p=33</link>
	<description>Technology, programming, ideas and innovation are my preferred subjects. Working professionally on programming gives me plenty of new topics to write about, still my brain keeps popping out ideas in the most unexpected places.</description>
	<lastBuildDate>Wed, 25 Aug 2010 13:40:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: unknown</title>
		<link>http://www.alexandre-gomes.com/?p=33&#038;cpage=1#comment-46</link>
		<dc:creator>unknown</dc:creator>
		<pubDate>Sat, 18 Feb 2006 12:58:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexandre-gomes.com/?p=33#comment-46</guid>
		<description>Hello,

I think we shouldn&#039;t sacrifice use/readability for 
performance. On the other hand, space can be saved by using an XML-compression-algo.</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I think we shouldn&#8217;t sacrifice use/readability for<br />
performance. On the other hand, space can be saved by using an XML-compression-algo.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alexmipego</title>
		<link>http://www.alexandre-gomes.com/?p=33&#038;cpage=1#comment-35</link>
		<dc:creator>alexmipego</dc:creator>
		<pubDate>Mon, 06 Feb 2006 22:09:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexandre-gomes.com/?p=33#comment-35</guid>
		<description>I do understand and enjoy the benefits of 
XML/HTML, but storing and processing it carries a lot of wasted space and makes you to parse each and single tab/space/newline, even if you&#039;re to ignore them, each time you  read the 
file.

The argument if gzip is partially true if you&#039;re talking about apache, but AFAIK IIS doesn&#039;t support this out-the-box. No matter that, thats time you&#039;re wasting to compress and 
decompress the file, and a file with tabs/spaces, no matter how well compressed, can&#039;t be smaller than the original without them - in the better scenario it would be just equal.

Parsers, no 
matter how good, tend to live with those topics, redundancy for instance, that something you don&#039;t need and would impact the overall performance.

Think of this: When you do deploy an 
application do you ship it with debug info? No? Why? Because you trust it won&#039;t be needed and the user won&#039;t use it anyway. When you generate a XML file you take care to generate always with a 
correct format, so why to make it ship those redundant things that are only usefull when validating?</description>
		<content:encoded><![CDATA[<p>I do understand and enjoy the benefits of<br />
XML/HTML, but storing and processing it carries a lot of wasted space and makes you to parse each and single tab/space/newline, even if you&#8217;re to ignore them, each time you  read the<br />
file.</p>
<p>The argument if gzip is partially true if you&#8217;re talking about apache, but AFAIK IIS doesn&#8217;t support this out-the-box. No matter that, thats time you&#8217;re wasting to compress and<br />
decompress the file, and a file with tabs/spaces, no matter how well compressed, can&#8217;t be smaller than the original without them &#8211; in the better scenario it would be just equal.</p>
<p>Parsers, no<br />
matter how good, tend to live with those topics, redundancy for instance, that something you don&#8217;t need and would impact the overall performance.</p>
<p>Think of this: When you do deploy an<br />
application do you ship it with debug info? No? Why? Because you trust it won&#8217;t be needed and the user won&#8217;t use it anyway. When you generate a XML file you take care to generate always with a<br />
correct format, so why to make it ship those redundant things that are only usefull when validating?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Clinton</title>
		<link>http://www.alexandre-gomes.com/?p=33&#038;cpage=1#comment-34</link>
		<dc:creator>Jason Clinton</dc:creator>
		<pubDate>Mon, 06 Feb 2006 20:19:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexandre-gomes.com/?p=33#comment-34</guid>
		<description>I agree with argument #1. Except 
that the power of XML/HTML has always been that white space is irrelevant. This is a refreshing difference which liberates us from the flame wars over tab sizes and indentation 
preferences.

Argument #2 is pretty much completely obliterated by HTTP servers with gzip support. Redundancies just get compressed out.

Argument #3 is partially true but mostly 
irrelevant since there are sophisticated and efficient parser libraries in existence.</description>
		<content:encoded><![CDATA[<p>I agree with argument #1. Except<br />
that the power of XML/HTML has always been that white space is irrelevant. This is a refreshing difference which liberates us from the flame wars over tab sizes and indentation<br />
preferences.</p>
<p>Argument #2 is pretty much completely obliterated by HTTP servers with gzip support. Redundancies just get compressed out.</p>
<p>Argument #3 is partially true but mostly<br />
irrelevant since there are sophisticated and efficient parser libraries in existence.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
