Ejemplo n.º 1
0
 /**
  * Create XML file header.
  */
 function __construct()
 {
     $this->url_filter = new T_Filter_Xhtml();
     $xml = "<?xml version='1.0' encoding='" . T_CHARSET . "'?>" . '<urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ' . 'xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9' . ' http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd" ' . 'xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"></urlset>';
     parent::__construct($xml);
 }