[TYPO3-english] [solved] Re: Problem importing RSS feed with extension tw_rssfeeds
    Fabrice Eudes 
    fabrice.eudes at free.fr
       
    Fri Jul  3 08:43:05 CEST 2009
    
    
  
Fabrice Eudes a écrit :
> The problem is that the "<" and ">" characters are deleted from the 
> item descriptions when the feed is parsed by tw_rssfeeds
To solved this, I had to update my php version from 5.2.6 to 5.2.9.
I changed "htmlentities" to "html_entity_decode" on line 286 of
class.tx_twrssfeeds_pi1.php but I am not sure that this was necessary.
Also, there is a typo on line 454, character '&' before '$this' :
> xml_set_object($this->parser, &$this);
hth.
    
    
More information about the TYPO3-english
mailing list