public function set_output_encoding($encoding = 'UTF-8'
) { $this->sanitize->
set_output_encoding($encoding);
} public function strip_comments($strip = false
) { $this->sanitize->
strip_comments($strip);
} /**
* Set element/attribute key/value pairs of HTML attributes
* containing URLs that need to be resolved relative to the feed
*
* Defaults to |a|@href, |area|@href, |blockquote|@cite, |del|@cite,
* |form|@action, |img|@longdesc, |img|@src, |input|@src, |ins|@cite,
* |q|@cite
*
* @since 1.0
* @param array|null $element_attribute Element/attribute key/value pairs, null for default
*/