<?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>Thu, 22 Jul 2010 16:58:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<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-2277</link>
		<dc:creator>nFriedly</dc:creator>
		<pubDate>Thu, 22 Jul 2010 16:58:06 +0000</pubDate>
		<guid isPermaLink="false">http://nfriedly.com/techblog/?p=191#comment-2277</guid>
		<description>Hi Ian, 

It&#039;s been about a year since I&#039;ve done my research, but at the time there was no way to make Opera behave properly with RSS + XSL. 

I just took a quick glance at Opera 10.60, and it seems that nothing has changed since then.</description>
		<content:encoded><![CDATA[<p>Hi Ian, </p>
<p>It&#8217;s been about a year since I&#8217;ve done my research, but at the time there was no way to make Opera behave properly with RSS + XSL. </p>
<p>I just took a quick glance at Opera 10.60, and it seems that nothing has changed since then.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian</title>
		<link>http://nfriedly.com/techblog/2009/06/how-to-use-xslt-to-style-an-rss-feed/comment-page-1/#comment-2276</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Thu, 22 Jul 2010 16:08:35 +0000</pubDate>
		<guid isPermaLink="false">http://nfriedly.com/techblog/?p=191#comment-2276</guid>
		<description>Great article. Is there a way to fool Opera into using a custom xsl.</description>
		<content:encoded><![CDATA[<p>Great article. Is there a way to fool Opera into using a custom xsl.</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-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;,&#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>
</channel>
</rss>
