Zitat:
feed.rss
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Titel1</title>
<link>www.firehorns.de</link>
<description>News @ Firehorns</description>
<language>de</language>
<copyright>urheberrechtliche Informationen</copyright>
<pubDate>18.07.2007</pubDate>
<item>
<title>Titel2</title>
<description>Eine kurze Beschreibung des Artikels</description>
<link>Adresse zum gesamten Artikel</link>
<author>Autor des Artikels</author>
</item>
</channel>
</rss>
Zitat:
der html teil :)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link rel="alternate" type="application/rss+xml"
href="feed.rss" title="RSS feed for My Page">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Unbenanntes Dokument</title>
</head>
<body>
<a href="feed.rss"><img src="firehorns/images/feeds.png" /></a>
</body>
</html>
Vielen dank im Vorraus