I want to use RSS at my site,how to do in dreamweaver?
This is the code:

<?xml version="1.0" encoding="ISO-8859-1" ?> 
- <rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
- <channel>
  <title>WeakGame Entertainment</title> 
  <link>weakgame.com</link> 
  <lastbuilddate>Sun, 25 Dec 2005 04:15:31 -0500</lastbuilddate> 
  <description>The latest posts on WeakGame.com</description> 
  <language>en-us</language> 
- <item>
  <title>No Santa</title> 
  <link>http://www.weakgame.com/?show=5594</link> 
  <description /> 
  <dc:date>Sun, 25 Dec 2005 00:00:00 -0500</dc:date> 
  </item>
- <item>
  <title>The "L" Word</title> 
  <link>http://www.weakgame.com/?show=5593</link> 
  <description /> 
  <dc:date>Sun, 25 Dec 2005 00:00:00 -0500</dc:date> 
  </item>
- <item>
  <title>Peter Griffin Christmas</title> 
  <link>http://www.weakgame.com/?show=5592</link> 
  <description /> 
  <dc:date>Sun, 25 Dec 2005 00:00:00 -0500</dc:date> 
  </item>
- <item>
  <title>Get Rid of Wifey</title> 
  <link>http://www.weakgame.com/?show=5585</link> 
  <description>A funny McDonalds commercial that shows us how to get rid of the wife</description> 
  <dc:date>Sun, 25 Dec 2005 00:00:00 -0500</dc:date> 
  </item>
- <item>
  <title>Ref Knock-out</title> 
  <link>http://www.weakgame.com/?show=5560</link> 
  <description>Lucky this wasnt a championship match or else the red would be walking away with a belt around his waist.</description> 
  <dc:date>Sat, 24 Dec 2005 00:00:00 -0500</dc:date> 
  </item>
  </channel>
  </rss>

Recommended Answers

All 2 Replies

That looks like valid RSS, so however you created it, you did it correctly. If on the other hand, you are asking how to consume that RSS feed to display content on your site, you'll need to write some code in whatever server-side language you use to parse the XML into whatever you like (HTML, presumably). So you should ask your question in either the ASP, PHP, or ASP.NET Forum.

I don't use Dreamweaver, but doubt it has any way of authoring an RSS consumer.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.