node = $node; $this->xml = $xml ; $this->data = $data; } public static function dtd() { return <<xml->attributes($this->node, array()); if (method_exists($this, $returntype)) { return call_user_func(array($this, $returntype), $parse["attributes_string"]); } return False; } abstract function xhtml($attributes); } class xml_seperator extends xmlreplacement { public function xhtml($attributes) { return ""; } } ?>