<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1037817" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1037817</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/rss-feeds-0#comment-1216541</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;benf;216540 wrote:&lt;/strong&gt; Yes i know what an RSS feed looks like but how does the information change when you display it on a web page? This must be database driven.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;I&#039;m not sure what you&#039;re getting at here. The web page (or RSS reader) just goes to the server and grabs the xml file, displaying the most current results. Or are you asking how the information gets into the RSS file? It would depend on the original source of the data. If it&#039;s in a database (such as in a typical CMS), then yes, it would be pulled from a database. But you could also write a feed by hand if you wanted to.&lt;/p&gt;
&lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;benf;216540 wrote:&lt;/strong&gt; In summary i keep hearing and reading &quot;XML is designed to describe data better&quot; but with no actual example or explaination as to why that is more effective?  How can this better described data be used?&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Well, with RSS it&#039;s obvious, right? Lots of different applications can take that data, read it, and do stuff with it (in this case, just displaying it to people). They don&#039;t need special access to  a database or anything. It&#039;s just a simple link to an xml file. The data can be shared between different applications on different servers. The sitemap protocol is another example (now that the 3 major SE&#039;s have decided to cooperate). You&#039;ll have a sitemap.xml file on your website and Google, Yahoo, and MSN will all be able to read it and do stuff with it.&lt;/p&gt;
&lt;p&gt;I don&#039;t know what you&#039;re referring to when you say that it&#039;s &quot;better&quot; or &quot;more effective&quot; &amp;gt;&amp;gt; compared to what??&lt;/p&gt;
&lt;p&gt;The database thing you mentioned in your last part - that could be how RSS feeds are created most of the time but I really don&#039;t know about that.&lt;/p&gt;
 </description>
     <pubDate>Fri, 16 Mar 2007 14:17:03 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1216541 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/rss-feeds-0#comment-1216540</link>
    <description> &lt;p&gt;Yes i understand that it can describe data better...that is obvious just from looking at it. However, how are these personlized tags more effective. This to me means more work creating some kind of script that can interporate the tags that is sent with the XML file.  &lt;/p&gt;
&lt;p&gt;Yes i know what an RSS feed looks like but how does the information change when you display it on a web page?  This must be database driven.&lt;/p&gt;
&lt;p&gt;In summary i keep hearing and reading &quot;XML is designed to describe data better&quot; but with no actual example or explaination as to why that is more effective?  How can this better described data be used?&lt;/p&gt;
&lt;p&gt;The database thing, i heard the other day and read that SQL server can out put results as XML. I thought this must be an incredible opportunity where these can then be created into RSS feeds. Straight from the database!&lt;/p&gt;
 </description>
     <pubDate>Fri, 16 Mar 2007 13:59:39 +0000</pubDate>
 <dc:creator>benf</dc:creator>
 <guid isPermaLink="false">comment 1216540 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/rss-feeds-0#comment-1216478</link>
    <description> &lt;p&gt;XML is different from HTML in that it describes the data more specifically. Then programs can do stuff with it, such as serving RSS feeds. This is what an RSS feed looks like:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;rss version=&amp;quot;2.0&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;channel&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;title&amp;gt;This is the title for your feed&amp;lt;/title&amp;gt;&lt;br /&gt;&amp;lt;description&amp;gt; this is the description for your feed&amp;lt;/description&amp;gt;&lt;br /&gt;&amp;lt;link&amp;gt;http://www.websiteaddress.com&amp;lt;/link&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;item&amp;gt;&lt;br /&gt;&amp;lt;title&amp;gt;Title of the Item&amp;lt;/title&amp;gt;&lt;br /&gt;&amp;lt;description&amp;gt;This is the description. For a typical RSS feed you would have a summary of the post or a full text here (I think - not sure if there&amp;#039;s different tags for full text feeds)&amp;lt;/description&amp;gt;&lt;br /&gt;&amp;lt;link&amp;gt;http://www.linktothepost.com&amp;lt;/link&amp;gt;&lt;br /&gt;&amp;lt;guid&amp;gt;http://www.linktothepost.com (I forget what the guid is for actually...)&amp;lt;/guid&amp;gt;&lt;br /&gt;&amp;lt;/item&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;item&amp;gt;&lt;br /&gt;&amp;lt;title&amp;gt;Title of the Item&amp;lt;/title&amp;gt;&lt;br /&gt;&amp;lt;description&amp;gt;This is the description. For a typical RSS feed you would have a summary of the post or a full text here (I think - not sure if there&amp;#039;s different tags for full text feeds)&amp;lt;/description&amp;gt;&lt;br /&gt;&amp;lt;link&amp;gt;http://www.linktothepost.com&amp;lt;/link&amp;gt;&lt;br /&gt;&amp;lt;guid&amp;gt;http://www.linktothepost.com (I forget what the guid is for actually...)&amp;lt;/guid&amp;gt;&lt;br /&gt;&amp;lt;/item&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;item&amp;gt;&lt;br /&gt;&amp;lt;title&amp;gt;Title of the Item&amp;lt;/title&amp;gt;&lt;br /&gt;&amp;lt;description&amp;gt;This is the description. For a typical RSS feed you would have a summary of the post or a full text here (I think - not sure if there&amp;#039;s different tags for full text feeds)&amp;lt;/description&amp;gt;&lt;br /&gt;&amp;lt;link&amp;gt;http://www.linktothepost.com&amp;lt;/link&amp;gt;&lt;br /&gt;&amp;lt;guid&amp;gt;http://www.linktothepost.com (I forget what the guid is for actually...)&amp;lt;/guid&amp;gt;&lt;br /&gt;&amp;lt;/item&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;/channel&amp;gt;&lt;br /&gt;&amp;lt;/rss&amp;gt;&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;With XML you could have all kinds of data described like that. Then other applications can read it an manipulate it.&lt;/p&gt;
&lt;p&gt;I&#039;m not quite sure what you are asking about in your last two points. I haven&#039;t figured out how to build a feed from a database (yet), but I think what you&#039;d have is a script that would take the data from the database and build a feed out of it (adding in the relevant tags to describe the information).&lt;/p&gt;
&lt;p&gt;Sorry if this isn&#039;t what you were asking about &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Thu, 15 Mar 2007 13:14:16 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1216478 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
