se ti torna utile, nelle funzioni di feedcreator c'è:

codice:
function xmlentities ( $string ) {
    $ar1 = array ( '&' , '"', ''' , '<' , '>' );
    $ar2 = array ( '&', '"', "’", '<', '>' ) ;
    return str_replace ( $ar1 , $ar2 , $string );
}
di + nun zo