Habe es mit folgendem quelltext hinbekommen (natürlich auch mit hilfe des tutorials )

Zitat Zitat
<!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>
<title>My Page</title>
<link rel="alternate" type="application/rss+xml"
href="feed.rss" title="RSS feed for My Page">
</head>

<body>
</body>
</html>



Zitat Zitat
<?xml version="1.0"?>
<rss version="2.0">
<channel>
<title>Example Channel</title>
<link>http://example.com/</link>
<description>My example channel</description>
<item>
<title>News for September the Second</title>
<link>http://example.com/2002/09/01</link>
<description>other things happened today</description>
</item>
<item>
<title>News for September the First</title>
<link>http://example.com/2002/09/02</link>
</item>


</channel>
</rss>
Läuft einwandfrei 8)
Kann mir vllt noch jemand mit den funktionen helfen?
Was kann ich alles mit Feeds machen?
Ein paar kenne ich schon (pubDate, author,...)
Aber was gibt es da noch?
Danke im Vorraus
Basti