<?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 XSLT to style an RSS feed</title>
	<atom:link href="http://nfriedly.com/techblog/2009/06/how-to-use-xslt-to-style-an-rss-feed/feed/" rel="self" type="application/rss+xml" />
	<link>http://nfriedly.com/techblog/2009/06/how-to-use-xslt-to-style-an-rss-feed/</link>
	<description>Expert Advice on Website Development, Javascript, Ajax, and Security</description>
	<lastBuildDate>Mon, 01 Mar 2010 16:12:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: nFriedly</title>
		<link>http://nfriedly.com/techblog/2009/06/how-to-use-xslt-to-style-an-rss-feed/comment-page-1/#comment-2035</link>
		<dc:creator>nFriedly</dc:creator>
		<pubDate>Tue, 09 Feb 2010 16:30:41 +0000</pubDate>
		<guid isPermaLink="false">http://nfriedly.com/techblog/?p=191#comment-2035</guid>
		<description>Good point Alejandro - thanks!</description>
		<content:encoded><![CDATA[<p>Good point Alejandro &#8211; thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alejandro</title>
		<link>http://nfriedly.com/techblog/2009/06/how-to-use-xslt-to-style-an-rss-feed/comment-page-1/#comment-2031</link>
		<dc:creator>Alejandro</dc:creator>
		<pubDate>Tue, 02 Feb 2010 17:02:29 +0000</pubDate>
		<guid isPermaLink="false">http://nfriedly.com/techblog/?p=191#comment-2031</guid>
		<description>Another option is to declare a prefix for the namespace and use it in the root element. This will break the &quot;&lt;feed&quot; string that is sought by the browser. You can also keep the default namespace to avoid altering the rest of the document. Only the Opera browser is not fooled by this method. This costs much less than 512 bytes in comments.</description>
		<content:encoded><![CDATA[<p>Another option is to declare a prefix for the namespace and use it in the root element. This will break the &#8220;&lt;feed&quot; string that is sought by the browser. You can also keep the default namespace to avoid altering the rest of the document. Only the Opera browser is not fooled by this method. This costs much less than 512 bytes in comments.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to use XSLT to style an RSS feed &#8211; Kit Mobley</title>
		<link>http://nfriedly.com/techblog/2009/06/how-to-use-xslt-to-style-an-rss-feed/comment-page-1/#comment-1607</link>
		<dc:creator>How to use XSLT to style an RSS feed &#8211; Kit Mobley</dc:creator>
		<pubDate>Tue, 13 Oct 2009 13:22:19 +0000</pubDate>
		<guid isPermaLink="false">http://nfriedly.com/techblog/?p=191#comment-1607</guid>
		<description>[...] http://nfriedly.com/techblog/2009/06/how-to-use-xslt-to-style-an-rss-feed/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://nfriedly.com/techblog/2009/06/how-to-use-xslt-to-style-an-rss-feed/" rel="nofollow">http://nfriedly.com/techblog/2009/06/how-to-use-xslt-to-style-an-rss-feed/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nFriedly</title>
		<link>http://nfriedly.com/techblog/2009/06/how-to-use-xslt-to-style-an-rss-feed/comment-page-1/#comment-1352</link>
		<dc:creator>nFriedly</dc:creator>
		<pubDate>Fri, 25 Sep 2009 14:42:45 +0000</pubDate>
		<guid isPermaLink="false">http://nfriedly.com/techblog/?p=191#comment-1352</guid>
		<description>Yea, I imagine that would be possible. Take a look here: http://nfriedly.com/stuff/rss/?url=http://feeds.gawker.com/lifehacker/full

And then run this in the address bar: javascript:void(jQuery(&#039;a img&#039;).css(&#039;border&#039;,&#039;5px solid green&#039;)) 

That works, so a lightbox function would probably also work.</description>
		<content:encoded><![CDATA[<p>Yea, I imagine that would be possible. Take a look here: <a href="http://nfriedly.com/stuff/rss/?url=http://feeds.gawker.com/lifehacker/full" rel="nofollow">http://nfriedly.com/stuff/rss/?url=http://feeds.gawker.com/lifehacker/full</a></p>
<p>And then run this in the address bar: javascript:void(jQuery(&#8216;a img&#8217;).css(&#8216;border&#8217;,'5px solid green&#8217;)) </p>
<p>That works, so a lightbox function would probably also work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://nfriedly.com/techblog/2009/06/how-to-use-xslt-to-style-an-rss-feed/comment-page-1/#comment-1351</link>
		<dc:creator>James</dc:creator>
		<pubDate>Fri, 25 Sep 2009 14:31:33 +0000</pubDate>
		<guid isPermaLink="false">http://nfriedly.com/techblog/?p=191#comment-1351</guid>
		<description>Since you use jQuery, is it possible to add say a light window function if an image exists in the RSS feed?</description>
		<content:encoded><![CDATA[<p>Since you use jQuery, is it possible to add say a light window function if an image exists in the RSS feed?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nFriedly</title>
		<link>http://nfriedly.com/techblog/2009/06/how-to-use-xslt-to-style-an-rss-feed/comment-page-1/#comment-423</link>
		<dc:creator>nFriedly</dc:creator>
		<pubDate>Sun, 09 Aug 2009 01:26:15 +0000</pubDate>
		<guid isPermaLink="false">http://nfriedly.com/techblog/?p=191#comment-423</guid>
		<description>Nope, I tested a few things in opera and did not find a way to make rss work correctly.</description>
		<content:encoded><![CDATA[<p>Nope, I tested a few things in opera and did not find a way to make rss work correctly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: phoenix</title>
		<link>http://nfriedly.com/techblog/2009/06/how-to-use-xslt-to-style-an-rss-feed/comment-page-1/#comment-417</link>
		<dc:creator>phoenix</dc:creator>
		<pubDate>Sat, 08 Aug 2009 17:44:44 +0000</pubDate>
		<guid isPermaLink="false">http://nfriedly.com/techblog/?p=191#comment-417</guid>
		<description>Hi. It does not work on Opera 9.64 :( but it works on IE 8 and the latest FF.
How can we make it work in Opera too? Do you have any idea?
Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Hi. It does not work on Opera 9.64 <img src='http://nfriedly.com/techblog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  but it works on IE 8 and the latest FF.<br />
How can we make it work in Opera too? Do you have any idea?<br />
Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brainerd</title>
		<link>http://nfriedly.com/techblog/2009/06/how-to-use-xslt-to-style-an-rss-feed/comment-page-1/#comment-289</link>
		<dc:creator>Brainerd</dc:creator>
		<pubDate>Fri, 31 Jul 2009 14:04:12 +0000</pubDate>
		<guid isPermaLink="false">http://nfriedly.com/techblog/?p=191#comment-289</guid>
		<description>I never knew you could do that. Thanks!</description>
		<content:encoded><![CDATA[<p>I never knew you could do that. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nFriedly</title>
		<link>http://nfriedly.com/techblog/2009/06/how-to-use-xslt-to-style-an-rss-feed/comment-page-1/#comment-277</link>
		<dc:creator>nFriedly</dc:creator>
		<pubDate>Thu, 30 Jul 2009 16:31:54 +0000</pubDate>
		<guid isPermaLink="false">http://nfriedly.com/techblog/?p=191#comment-277</guid>
		<description>Hey, thanks for that article, that is helpful. 

I read a long flamewar arguing back and forth the pros and cons of having a special case for RSS. There&#039;s a lot of people on both sides of the issue, but I think that it&#039;s a &quot;feature&quot; that they can drop from firefox.</description>
		<content:encoded><![CDATA[<p>Hey, thanks for that article, that is helpful. </p>
<p>I read a long flamewar arguing back and forth the pros and cons of having a special case for RSS. There&#8217;s a lot of people on both sides of the issue, but I think that it&#8217;s a &#8220;feature&#8221; that they can drop from firefox.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sull</title>
		<link>http://nfriedly.com/techblog/2009/06/how-to-use-xslt-to-style-an-rss-feed/comment-page-1/#comment-269</link>
		<dc:creator>sull</dc:creator>
		<pubDate>Thu, 30 Jul 2009 05:43:40 +0000</pubDate>
		<guid isPermaLink="false">http://nfriedly.com/techblog/?p=191#comment-269</guid>
		<description>i&#039;ve not used XSL in a few years but now i&#039;m wanting to use it with a project.  i am very surprised about this RSS/ATOM handling by Firefox.  This just does not make sense.  It should at least be an option that is turned off by default and maybe an alert message (like you get when a popup window tries to load) tells user that they can activate auto-styling for RSS feeds.  

anyway, thanks for the post. I also found the official mozilla bug mentioning this work-around - https://developer.mozilla.org/en/XSL_Transformations_in_Mozilla_FAQ</description>
		<content:encoded><![CDATA[<p>i&#8217;ve not used XSL in a few years but now i&#8217;m wanting to use it with a project.  i am very surprised about this RSS/ATOM handling by Firefox.  This just does not make sense.  It should at least be an option that is turned off by default and maybe an alert message (like you get when a popup window tries to load) tells user that they can activate auto-styling for RSS feeds.  </p>
<p>anyway, thanks for the post. I also found the official mozilla bug mentioning this work-around &#8211; <a href="https://developer.mozilla.org/en/XSL_Transformations_in_Mozilla_FAQ" rel="nofollow">https://developer.mozilla.org/en/XSL_Transformations_in_Mozilla_FAQ</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
