<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>RSS Feed Christoph Dr&ouml;sser</title>
    <link>http://<?php echo $_SERVER['SERVER_NAME']; ?></link>
    <description>News der Website von CD</description>
    <language>de-de</language>
    <pubDate><?php echo date("D, j M Y G:i:s \G\M\T"); ?></pubDate>
    <lastBuildDate><?php echo date("D, j M Y G:i:s \G\M\T"); ?></lastBuildDate>
    <generator>webEdition</generator>
    <managingEditor>info@domain.tld</managingEditor>
    <webMaster>webmaster@domain.tld</webMaster>
    <copyright>Copyright © <?php echo date('Y', time()); ?> by Dineke Baarlink. Powered by webEdition <?php echo WE_VERSION; ?>. Alle Rechte vorbehalten.</copyright>
    <we:listview type="document" doctype="News" order="Datum" desc="true">
      <we:repeat>
        <we:setVar to="global" nameto="Date" from="listview" namefrom="Datum"/>
        <item>
          <title><we:field type="text" name="Title" htmlspecialchars="true" striphtml="true"/></title>
          <link>http://<?php echo $_SERVER['SERVER_NAME']; ?><we:field name="we_path"/></link>
          <description><![CDATA[
            <we:field type="text" name="teaser" striphtml="true" max="300"/>
          ]]></description>
          <pubDate><?php echo date("D, j M Y G:i:s \G\M\T", $GLOBALS['Date']); ?></pubDate>
          <guid>http://<?php echo $_SERVER['SERVER_NAME']; ?><we:field name="we_path"/></guid>
        </item>
      </we:repeat>
    </we:listview>
  </channel>
</rss>


