<?php 
header("Content-Type: application/xml; charset=UTF-8"); 
echo "<?xml version=\"1.0\" encoding=\"iso-8859-1\" ?>"; 
echo "<rss version=\"2.0\">";
?>
<channel>   

 <title>ZVK Katelijne - RSS</title> 
 <link>http://www.zvkkatelijne.be/</link> 
 <description>Website ZVK Katelijne</description> 
 <lastBuildDate><? echo $vandaag; ?> +1</lastBuildDate>
 <language>nl</language>	
   
 <item>
 <title>ZVK RSS FEED GEWIJZIGD</title> 
 <link>http://www.zvkkatelijne.be/rss.xml</link> 
 <description>De RSS Feed van ZVK Katelijne vindt u via http://www.zvkkatelijne.be/rss.xml</description> 
 </item>
	 </channel>
 </rss>
