[TYPO3-english] RSS Feed Problem with Foreign Characters

Louis Coppola lcoppola at ga-institute.com
Fri Apr 15 19:10:38 CEST 2011


All,
I have an RSS Feed set up with the typoscript below.  I am having a
problem because the RSS feed breaks whenever there is a foreign
character.  For example characters that are breaking the feed are, any
vowels with foerign accents etc, the euro symbol, the special quotes,
and special apostrophe which arch in or out.

I have tried various settings, and looked endlessly at stdWrap for
some kind of option to clean these characters but can not find.  Can
anyone help?


xmlnewsSHQHigh = PAGE
xmlnewsSHQHigh{
  typeNum = 11111
    10 >

  10 < plugin.tt_news

  10.pid_list = {$plugin.tt_news.pid_list}
  10.singlePid = 2361
    #sets title and description
  10.displayXML {
  xmlTitle = SustainabilityHQ Highlights RSS
    xmlDesc = SustainabilityHQ Highlights RSS
    xmlFormat = rss2
    xmlLimit = 25

xmlLang = en
title_stdWrap.htmlSpecialChars = 1
title_stdWrap.htmlSpecialChars.preserveEntities = 1
title_stdWrap.removeBadHTML = 1
subheader_stdWrap.stripHtml = 1
subheader_stdWrap.htmlSpecialChars = 1
subheader_stdWrap.htmlSpecialChars.preserveEntities = 1
subheader_stdWrap.crop = 100 | ... | 1
subheader_stdWrap.ifEmpty.field = bodytext
xmlLastBuildDate = 1

    }

  #chooses category
  10.categoryMode = 1
  10.categorySelection = 1441,1548,1696
  10.defaultCode = XML
  config {
    no_cache = 1
    xhtml_cleaning = 1

  }
}



 I appreciate any  help I can get or point me in the right direction.

Thanks,
Lou


More information about the TYPO3-english mailing list