<?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: Formatting the RSS Module in DotNetNuke to handle HTML and other formatting tips</title>
	<atom:link href="http://lostechies.com/jasonmeridth/2007/08/15/formatting-the-rss-module-in-dotnetnuke-to-handle-html-and-other-formatting-tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostechies.com/jasonmeridth/2007/08/15/formatting-the-rss-module-in-dotnetnuke-to-handle-html-and-other-formatting-tips/</link>
	<description>Just another LosTechies site</description>
	<lastBuildDate>Thu, 29 Mar 2012 20:33:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>By: Jason Meridth</title>
		<link>http://lostechies.com/jasonmeridth/2007/08/15/formatting-the-rss-module-in-dotnetnuke-to-handle-html-and-other-formatting-tips/#comment-66</link>
		<dc:creator>Jason Meridth</dc:creator>
		<pubDate>Wed, 15 Aug 2007 21:17:19 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jason_meridth/archive/2007/08/15/formatting-the-rss-module-in-dotnetnuke-to-handle-html-and-other-formatting-tips.aspx#comment-66</guid>
		<description>You are correct.  I grabbed the RSS feed from the aggregate of all the LosTechies blogs.

If I grab the feebburner from my blog, the channel name is correct.

A friend has a console app that will aggregate multiple blog feeds together and then prepend the items with the correct channel title.

An example is on http://adnug.org

Thanks for the feedback David.</description>
		<content:encoded><![CDATA[<p>You are correct.  I grabbed the RSS feed from the aggregate of all the LosTechies blogs.</p>
<p>If I grab the feebburner from my blog, the channel name is correct.</p>
<p>A friend has a console app that will aggregate multiple blog feeds together and then prepend the items with the correct channel title.</p>
<p>An example is on <a href="http://adnug.org" rel="nofollow">http://adnug.org</a></p>
<p>Thanks for the feedback David.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Dobbins</title>
		<link>http://lostechies.com/jasonmeridth/2007/08/15/formatting-the-rss-module-in-dotnetnuke-to-handle-html-and-other-formatting-tips/#comment-65</link>
		<dc:creator>David Dobbins</dc:creator>
		<pubDate>Wed, 15 Aug 2007 18:47:12 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jason_meridth/archive/2007/08/15/formatting-the-rss-module-in-dotnetnuke-to-handle-html-and-other-formatting-tips.aspx#comment-65</guid>
		<description>You got me on that one.  Looking at the XML from feedburner for this page, I&#039;m getting that your channel title is &quot;J.D. Meridth&quot;.  In fact, I don&#039;t see &quot;Los Techies&quot; (with the space) anywhere in the feed.  Am I looking at the right feed?</description>
		<content:encoded><![CDATA[<p>You got me on that one.  Looking at the XML from feedburner for this page, I&#8217;m getting that your channel title is &#8220;J.D. Meridth&#8221;.  In fact, I don&#8217;t see &#8220;Los Techies&#8221; (with the space) anywhere in the feed.  Am I looking at the right feed?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Meridth</title>
		<link>http://lostechies.com/jasonmeridth/2007/08/15/formatting-the-rss-module-in-dotnetnuke-to-handle-html-and-other-formatting-tips/#comment-64</link>
		<dc:creator>Jason Meridth</dc:creator>
		<pubDate>Wed, 15 Aug 2007 18:07:46 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jason_meridth/archive/2007/08/15/formatting-the-rss-module-in-dotnetnuke-to-handle-html-and-other-formatting-tips.aspx#comment-64</guid>
		<description>That worked...Brain fart on my part.

Thanks David.  I guess the title is not what I wanted.  I&#039;m looking for the name of the blog that the item is coming from.  I&#039;m still searching to see what element constitutes that information.

Example:
I want the items to look like:
J.D. Meridth : A blog entry about something.

right now it does:
Los Techies : A blog entry about something.</description>
		<content:encoded><![CDATA[<p>That worked&#8230;Brain fart on my part.</p>
<p>Thanks David.  I guess the title is not what I wanted.  I&#8217;m looking for the name of the blog that the item is coming from.  I&#8217;m still searching to see what element constitutes that information.</p>
<p>Example:<br />
I want the items to look like:<br />
J.D. Meridth : A blog entry about something.</p>
<p>right now it does:<br />
Los Techies : A blog entry about something.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Dobbins</title>
		<link>http://lostechies.com/jasonmeridth/2007/08/15/formatting-the-rss-module-in-dotnetnuke-to-handle-html-and-other-formatting-tips/#comment-63</link>
		<dc:creator>David Dobbins</dc:creator>
		<pubDate>Wed, 15 Aug 2007 16:27:12 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jason_meridth/archive/2007/08/15/formatting-the-rss-module-in-dotnetnuke-to-handle-html-and-other-formatting-tips.aspx#comment-63</guid>
		<description>Since you&#039;re inside the channel/item element while you&#039;re in the for-each, wouldn&#039;t 

&lt;xsl:value-of select=&quot;title&quot;/&gt;

get you the title of the item? or alternately, if you are looking for the channel&#039;s title and not the item&#039;s, use:

&lt;xsl:value-of select=&quot;../title&quot;/&gt;

-david</description>
		<content:encoded><![CDATA[<p>Since you&#8217;re inside the channel/item element while you&#8217;re in the for-each, wouldn&#8217;t </p>
<p><xsl:value -of select="title"/></p>
<p>get you the title of the item? or alternately, if you are looking for the channel&#8217;s title and not the item&#8217;s, use:</p>
<p><xsl:value -of select="../title"/></p>
<p>-david</p>
]]></content:encoded>
	</item>
</channel>
</rss>
