function __init()
 {
     /* reader */
     parent::__init();
     $this->rdf = 'http://www.w3.org/1999/02/22-rdf-syntax-ns#';
     $this->nsp = array($this->rdf => 'rdf');
 }
Beispiel #2
0
 function __init()
 {
     /* reader */
     parent::__init();
     $this->encoding = $this->v('encoding', false, $this->a);
     $this->xml = 'http://www.w3.org/XML/1998/namespace';
     $this->rdf = 'http://www.w3.org/1999/02/22-rdf-syntax-ns#';
     $this->nsp = array($this->xml => 'xml', $this->rdf => 'rdf');
     $this->target_encoding = '';
 }
 function __init()
 {
     /* reader */
     parent::__init();
     $this->state = 0;
     $this->xml = 'http://www.w3.org/XML/1998/namespace';
     $this->rdf = 'http://www.w3.org/1999/02/22-rdf-syntax-ns#';
     $this->xsd = 'http://www.w3.org/2001/XMLSchema#';
     $this->nsp = array($this->xml => 'xml', $this->rdf => 'rdf', $this->xsd => 'xsd');
     $this->unparsed_code = '';
 }
 function __init()
 {
     /* reader */
     parent::__init();
     $this->encoding = $this->v('encoding', false, $this->a);
     $this->state = 0;
     $this->x_lang = '';
     $this->x_base = $this->base;
     $this->xml = 'http://www.w3.org/XML/1998/namespace';
     $this->rdf = 'http://www.w3.org/1999/02/22-rdf-syntax-ns#';
     $this->nsp = array($this->xml => 'xml', $this->rdf => 'rdf');
     $this->s_stack = array();
     $this->s_count = 0;
     $this->target_encoding = '';
     $this->templates = array();
 }
 function __init()
 {
     parent::__init();
 }