_key=$key; $this->_uri=$uri; } function render() { $key = $this->_key; $uri = $this->escape($this->_uri); $xml = "{$uri}\n"; return($xml); } } ?>