<?php echo '<?xml version="1.0" encoding="windows-1251"?>'; ?>
<!DOCTYPE rss [<!ENTITY nbsp "&#160;">
<!-- no-break space = non-breaking space, U+00A0 ISOnum -->
<!ENTITY laquo "&#171;">
<!-- left-pointing double angle quotation mark = left pointing guillemet, U+00AB ISOnum -->
<!ENTITY raquo "&#187;">
<!-- left-pointing double angle quotation mark = left pointing guillemet, U+00AB ISOnum -->
<!ENTITY ndash "&#8211;">
<!-- en dash, U+2013 ISOpub -->
<!ENTITY mdash "&#8212;">
<!-- em dash, U+2014 ISOpub -->]>
 <rss version="2.0">
 <channel>
  <title>Новости DreamSee</title>
  <link>http://dreamsee.biz</link>
  <description>Новости DreamSee</description>
  <language>ru</language>
  <copyright>Copyright 2005, DreamSee LTD</copyright>
  <pubDate><?php echo date("D, j M Y H:i:s +0300"); ?></pubDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
<?PHP
$static = TRUE;
$number = "10";
$category = "1";
$template = "rss";
include("svc/news/show_news.php");
?>
  </channel>
  </rss>