<?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: IE Conditional Comments in XSLT 1.0</title>
	<atom:link href="http://www.nickfitz.co.uk/2005/10/27/ie-conditional-comments-in-xslt-10/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nickfitz.co.uk/2005/10/27/ie-conditional-comments-in-xslt-10/</link>
	<description>The occasional online observations of Nick Fitzsimons</description>
	<lastBuildDate>Thu, 15 Jul 2010 10:27:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Stuart</title>
		<link>http://www.nickfitz.co.uk/2005/10/27/ie-conditional-comments-in-xslt-10/comment-page-1/#comment-52330</link>
		<dc:creator>Stuart</dc:creator>
		<pubDate>Wed, 22 Apr 2009 22:21:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.nickfitz.co.uk/?p=7#comment-52330</guid>
		<description>Oh Nick, if the secret of great comedy is in the timing, then the pique of tragedy is in the lack thereof. Just went through a final pre-launch of a site which worked in all but IE6, couldn&#039;t find a fix to add conditionals in XSLT. &quot;Never mind&quot; I thought, the designer is bringing his Macbook so no chance of IE6&#039;s ugly face around there. &quot;Ho ho!&quot; says God, casting a random spanner in my general direction, and lo the designer appears sans Macbook. &quot;No problem&quot; says random Bod, here use this workstation - &quot;With IE6 on!!!&quot;&lt;/strong&gt;.
So, now shamefaced and angry I search the net and your bounteous answers falls at my feet, fixing the site and looking fine and dandy in IE6... only 3 hours late. Bah. (thanks anyway).</description>
		<content:encoded><![CDATA[<p>Oh Nick, if the secret of great comedy is in the timing, then the pique of tragedy is in the lack thereof. Just went through a final pre-launch of a site which worked in all but IE6, couldn&#8217;t find a fix to add conditionals in XSLT. &#8220;Never mind&#8221; I thought, the designer is bringing his Macbook so no chance of IE6&#8242;s ugly face around there. &#8220;Ho ho!&#8221; says God, casting a random spanner in my general direction, and lo the designer appears sans Macbook. &#8220;No problem&#8221; says random Bod, here use this workstation &#8211; &#8220;With IE6 on!!!&#8221;.<br />
So, now shamefaced and angry I search the net and your bounteous answers falls at my feet, fixing the site and looking fine and dandy in IE6&#8230; only 3 hours late. Bah. (thanks anyway).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nickfitz</title>
		<link>http://www.nickfitz.co.uk/2005/10/27/ie-conditional-comments-in-xslt-10/comment-page-1/#comment-44164</link>
		<dc:creator>nickfitz</dc:creator>
		<pubDate>Tue, 19 Aug 2008 16:03:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.nickfitz.co.uk/?p=7#comment-44164</guid>
		<description>Andy, Artyom: HTH :-)

BTW I&#039;ve just noticed that WordPress appears to have changed some of the code slightly :-(

Until I get it fixed, please note that

&lt;code&gt;xhref=&quot;ie-win-fixup.css&quot; mce_href=&quot;ie-win-fixup.css&quot;&lt;/code&gt;

should be

&lt;code&gt;href=&quot;ie-win-fixup.css&quot;&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Andy, Artyom: HTH <img src='http://www.nickfitz.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>BTW I&#8217;ve just noticed that WordPress appears to have changed some of the code slightly <img src='http://www.nickfitz.co.uk/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
<p>Until I get it fixed, please note that</p>
<p><code>xhref="ie-win-fixup.css" mce_href="ie-win-fixup.css"</code></p>
<p>should be</p>
<p><code>href="ie-win-fixup.css"</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Artyom</title>
		<link>http://www.nickfitz.co.uk/2005/10/27/ie-conditional-comments-in-xslt-10/comment-page-1/#comment-44150</link>
		<dc:creator>Artyom</dc:creator>
		<pubDate>Tue, 19 Aug 2008 08:28:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.nickfitz.co.uk/?p=7#comment-44150</guid>
		<description>Thank you very much.

Now I can combine this trick with Dean Edwards&#039; IE7 library to get XHTML support in IE6 and IE7.

W00t! :)</description>
		<content:encoded><![CDATA[<p>Thank you very much.</p>
<p>Now I can combine this trick with Dean Edwards&#8217; IE7 library to get XHTML support in IE6 and IE7.</p>
<p>W00t! <img src='http://www.nickfitz.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://www.nickfitz.co.uk/2005/10/27/ie-conditional-comments-in-xslt-10/comment-page-1/#comment-42422</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Mon, 30 Jun 2008 15:23:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.nickfitz.co.uk/?p=7#comment-42422</guid>
		<description>It might be 2008 not 2005 when this was first posted, but this post really really helped me out with Conditional Comments. No other article on the web seemed to quite work. Many thanks.</description>
		<content:encoded><![CDATA[<p>It might be 2008 not 2005 when this was first posted, but this post really really helped me out with Conditional Comments. No other article on the web seemed to quite work. Many thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: comfort</title>
		<link>http://www.nickfitz.co.uk/2005/10/27/ie-conditional-comments-in-xslt-10/comment-page-1/#comment-42007</link>
		<dc:creator>comfort</dc:creator>
		<pubDate>Fri, 13 Jun 2008 07:01:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.nickfitz.co.uk/?p=7#comment-42007</guid>
		<description>[â€¦] IE Conditional Comments In XSLT 1.0 written by Nick Fitzsimons. [â€¦]</description>
		<content:encoded><![CDATA[<p>[â€¦] IE Conditional Comments In XSLT 1.0 written by Nick Fitzsimons. [â€¦]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nickfitz</title>
		<link>http://www.nickfitz.co.uk/2005/10/27/ie-conditional-comments-in-xslt-10/comment-page-1/#comment-36662</link>
		<dc:creator>nickfitz</dc:creator>
		<pubDate>Wed, 28 Nov 2007 16:29:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.nickfitz.co.uk/?p=7#comment-36662</guid>
		<description>Excellent, thanks for checking that Andrew :-)</description>
		<content:encoded><![CDATA[<p>Excellent, thanks for checking that Andrew <img src='http://www.nickfitz.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Green</title>
		<link>http://www.nickfitz.co.uk/2005/10/27/ie-conditional-comments-in-xslt-10/comment-page-1/#comment-36660</link>
		<dc:creator>Andrew Green</dc:creator>
		<pubDate>Wed, 28 Nov 2007 14:53:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.nickfitz.co.uk/?p=7#comment-36660</guid>
		<description>I can happily confirm that this works perfectly in LibXSLT too.  Hurrah!</description>
		<content:encoded><![CDATA[<p>I can happily confirm that this works perfectly in LibXSLT too.  Hurrah!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pig Pen - Web Standards Compliant Web Design Blog &#187; Blog Archive &#187; IE Conditional Comments In XSLT 1.0</title>
		<link>http://www.nickfitz.co.uk/2005/10/27/ie-conditional-comments-in-xslt-10/comment-page-1/#comment-128</link>
		<dc:creator>Pig Pen - Web Standards Compliant Web Design Blog &#187; Blog Archive &#187; IE Conditional Comments In XSLT 1.0</dc:creator>
		<pubDate>Sat, 25 Feb 2006 03:59:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.nickfitz.co.uk/?p=7#comment-128</guid>
		<description>[...] IE Conditional Comments In XSLT 1.0 written by Nick Fitzsimons. [...]</description>
		<content:encoded><![CDATA[<p>[...] IE Conditional Comments In XSLT 1.0 written by Nick Fitzsimons. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://www.nickfitz.co.uk/2005/10/27/ie-conditional-comments-in-xslt-10/comment-page-1/#comment-95</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Sat, 04 Feb 2006 14:06:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.nickfitz.co.uk/?p=7#comment-95</guid>
		<description>Nice one Nick!

You just saved me hours of fiddling about trying to make a fix.

Quality code as always!</description>
		<content:encoded><![CDATA[<p>Nice one Nick!</p>
<p>You just saved me hours of fiddling about trying to make a fix.</p>
<p>Quality code as always!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iWantToKeepAnon</title>
		<link>http://www.nickfitz.co.uk/2005/10/27/ie-conditional-comments-in-xslt-10/comment-page-1/#comment-14</link>
		<dc:creator>iWantToKeepAnon</dc:creator>
		<pubDate>Mon, 07 Nov 2005 23:45:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.nickfitz.co.uk/?p=7#comment-14</guid>
		<description>Sorry, some of the markup screwed up the comment. See the first few lines of this post:
   http://www.biglist.com/lists/xsl-list/archives/200509/msg00076.html</description>
		<content:encoded><![CDATA[<p>Sorry, some of the markup screwed up the comment. See the first few lines of this post:<br />
   <a href="http://www.biglist.com/lists/xsl-list/archives/200509/msg00076.html" rel="nofollow">http://www.biglist.com/lists/xsl-list/archives/200509/msg00076.html</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
