<?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"
	>
<channel>
	<title>Comments on: Transforming RSS and Atom feeds</title>
	<atom:link href="http://www.librarywebchic.net/wordpress/2006/08/25/transforming-rss-and-atom-feeds/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.librarywebchic.net/wordpress/2006/08/25/transforming-rss-and-atom-feeds/</link>
	<description>Resources for librarians who are interested in the application of web design and technologies in libraries</description>
	<pubDate>Fri, 05 Dec 2008 06:50:55 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: Bruce</title>
		<link>http://www.librarywebchic.net/wordpress/2006/08/25/transforming-rss-and-atom-feeds/#comment-12119</link>
		<dc:creator>Bruce</dc:creator>
		<pubDate>Mon, 28 Aug 2006 00:56:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.librarywebchic.net/wordpress/2006/08/25/transforming-rss-and-atom-feeds/#comment-12119</guid>
		<description>Ack, the template was totally removed. What I wanted to show was that each template should just be a few lines, and that you don't need the element and attribute elements. Just use the direct method of putting your expeted output there.</description>
		<content:encoded><![CDATA[<p>Ack, the template was totally removed. What I wanted to show was that each template should just be a few lines, and that you don&#8217;t need the element and attribute elements. Just use the direct method of putting your expeted output there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bruce</title>
		<link>http://www.librarywebchic.net/wordpress/2006/08/25/transforming-rss-and-atom-feeds/#comment-12118</link>
		<dc:creator>Bruce</dc:creator>
		<pubDate>Mon, 28 Aug 2006 00:53:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.librarywebchic.net/wordpress/2006/08/25/transforming-rss-and-atom-feeds/#comment-12118</guid>
		<description>Your templates are more complicated than they need to be. A lot of needless choose and element stuff.

What I'd do is have template matches like "rss1:item&#124;rss2:item&#124;atom:item" and "rss1:title&#124;rss2:title&#124;atom:title" and then just end up with really simple templates like (not sure this will render):


  
     
  


Easier to maintain and debug.</description>
		<content:encoded><![CDATA[<p>Your templates are more complicated than they need to be. A lot of needless choose and element stuff.</p>
<p>What I&#8217;d do is have template matches like &#8220;rss1:item|rss2:item|atom:item&#8221; and &#8220;rss1:title|rss2:title|atom:title&#8221; and then just end up with really simple templates like (not sure this will render):</p>
<p>Easier to maintain and debug.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
