<?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: How To Use IE Conditional Comments in &#8220;XHTML&#8221;</title>
	<atom:link href="http://www.codedread.com/blog/archives/2007/04/17/how-to-use-ie-conditional-comments-in-xhtml/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codedread.com/blog/archives/2007/04/17/how-to-use-ie-conditional-comments-in-xhtml/</link>
	<description></description>
	<lastBuildDate>Tue, 17 Jan 2012 21:56:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: ian</title>
		<link>http://www.codedread.com/blog/archives/2007/04/17/how-to-use-ie-conditional-comments-in-xhtml/comment-page-1/#comment-8589</link>
		<dc:creator>ian</dc:creator>
		<pubDate>Tue, 04 May 2010 13:13:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codedread.com/archives/2007/04/17/how-to-use-ie-conditional-comments-in-xhtml/#comment-8589</guid>
		<description>thank you!!</description>
		<content:encoded><![CDATA[<p>thank you!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://www.codedread.com/blog/archives/2007/04/17/how-to-use-ie-conditional-comments-in-xhtml/comment-page-1/#comment-561</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Mon, 09 Feb 2009 18:47:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codedread.com/archives/2007/04/17/how-to-use-ie-conditional-comments-in-xhtml/#comment-561</guid>
		<description>Thank you so much for this :)

 Help Greatly!

Please Check out Programminghq.com once it is up :)</description>
		<content:encoded><![CDATA[<p>Thank you so much for this <img src='http://www.codedread.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p> Help Greatly!</p>
<p>Please Check out Programminghq.com once it is up <img src='http://www.codedread.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Schiller</title>
		<link>http://www.codedread.com/blog/archives/2007/04/17/how-to-use-ie-conditional-comments-in-xhtml/comment-page-1/#comment-560</link>
		<dc:creator>Jeff Schiller</dc:creator>
		<pubDate>Wed, 18 Apr 2007 00:25:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codedread.com/archives/2007/04/17/how-to-use-ie-conditional-comments-in-xhtml/#comment-560</guid>
		<description>zcorpan,

Thanks for the tip.  At the moment, I was using CCs to implement switching for how to serve SVGs.  This code is central to one PHP library file so if I hear that IE8 will support SVG, then I&#039;ll consider updating it in that one place.

Jeff</description>
		<content:encoded><![CDATA[<p>zcorpan,</p>
<p>Thanks for the tip.  At the moment, I was using CCs to implement switching for how to serve SVGs.  This code is central to one PHP library file so if I hear that IE8 will support SVG, then I&#8217;ll consider updating it in that one place.</p>
<p>Jeff</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zcorpan</title>
		<link>http://www.codedread.com/blog/archives/2007/04/17/how-to-use-ie-conditional-comments-in-xhtml/comment-page-1/#comment-559</link>
		<dc:creator>zcorpan</dc:creator>
		<pubDate>Tue, 17 Apr 2007 21:00:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codedread.com/archives/2007/04/17/how-to-use-ie-conditional-comments-in-xhtml/#comment-559</guid>
		<description>If you&#039;re going to use CCs to work around bugs in current versions of IE, then the smart thing to do is to use [if lte IE 7]. Using [if IE] is asking for the workaround to be applied to all future versions of IE. With the former, MS can still fix their bugs without your page breaking because of the workarounds are applied even though the bug it was working around has been fixed, which may cause them to revert the bug. If they don&#039;t fix the bug you were working around, then you could simply update the CC.</description>
		<content:encoded><![CDATA[<p>If you&#8217;re going to use CCs to work around bugs in current versions of IE, then the smart thing to do is to use [if lte IE 7]. Using [if IE] is asking for the workaround to be applied to all future versions of IE. With the former, MS can still fix their bugs without your page breaking because of the workarounds are applied even though the bug it was working around has been fixed, which may cause them to revert the bug. If they don&#8217;t fix the bug you were working around, then you could simply update the CC.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

