예제 #1
0
 public function __construct()
 {
     parent::__construct();
     $this->namespaces = array('xmlns:dc="http://purl.org/dc/elements/1.1/"');
     $this->_linkGUID = false;
 }
예제 #2
0
 public function __construct()
 {
     parent::__construct();
     $this->namespaces = array('xmlns="http://www.w3.org/2005/Atom"');
 }
예제 #3
0
 public function __construct()
 {
     parent::__construct();
     $this->namespaces = array('xmlns:dc="http://purl.org/dc/elements/1.1/"', 'xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"', 'xmlns="http://purl.org/rss/1.0/"', 'xmlns:content="http://purl.org/rss/1.0/modules/content/"');
 }