Search

Hade a look at the code generated, when viewing the RSS feed in Firefox. The expected html-tags are there, inside the <description>-node. But it is Firefox that doesn't show it.

So, the problem seems to be with my understanding of the RSS format. Sorry.

This did the trick:

<description><xsl:text disable-output-escaping="yes"><![CDATA[</xsl:text><xsl:copy-of select="body/*" /><xsl:text disable-output-escaping="yes">]]></xsl:text></description>

Excellent, glad you got it sorted!

I think the problem was that Symphony was not sending your content as XML. Firefox was rendering it as HTML, and so you didn't see the tags. Adding "XML" to the page type of your RSS page in Symphony might do the trick.

Firefox rendered everything except the description-part. It seems like the problem rather was related to html entities, since using a CDATA-section was the solution.

Trying to do a similar thing. It works on my local machine but when I push it to my live site (http://dtr.mn/) it doesn't work.

Here is my rss.xml template code that I stitched together from your examples:

https://gist.github.com/4241597

Any thoughts on what else I could try on the server-side to get this working. I made sure that all my datasources were added to the page.

Thanks for the help!

Create an account or sign in to comment.

Symphony • Open Source XSLT CMS

Server Requirements

  • PHP 5.3-5.6 or 7.0-7.3
  • PHP's LibXML module, with the XSLT extension enabled (--with-xsl)
  • MySQL 5.5 or above
  • An Apache or Litespeed webserver
  • Apache's mod_rewrite module or equivalent

Compatible Hosts

Sign in

Login details