For either RSS and Atom feeds, I want to return html in the feed item's description:
post_feed_description.html <![CDATA[ {{obj.make_body}} ]]> but the content including the CDATA tag is escaped: <item>...<description> <![CDATA[ <p><a href="http://www.mutato.com/ beautifulmutants/html/gallery/mharper.html"><img src="http:// localhost/~crucial/test-uploads/crucial/images/posts/m_harper.jpg" align=left /></a><a href="http://www.mutato.com/ beautifulmutants/html/gallery/mharper.html">Mark Mothersbaugh</ a> (devo) did a beautiful art show of antique photos that he transforms by digitally making them symmetrical. Seeing a symmetrical face is very strange. His <a href="http://www.mutato.com/ beautifulmutants/statement.html">attached article</a> is well worth reading too. Rorsarch. I tried this too: {% autoescape off %}<![CDATA[ {{obj.make_body|safe}} ]]> {% endautoescape %} <item> ...<description> <![CDATA[ <p><a href="http://www.mutato.com/ beautifulmutants/html/gallery/mharper.html"><img src="http:// localhost/~crucial/test-uploads/crucial/images/posts/m_harper.jpg" align=left /></a><a href="http://www.mutato.com/ beautifulmutants/html/gallery/mharper.html">Mark Mothersbaugh</ a> (devo) did a beautiful art show of antique photos that he transforms by digitally making them symmetrical. Seeing a symmetrical face is very strange. His <a href="http://www.mutato.com/ beautifulmutants/statement.html">attached article</a> is well worth reading too. Rorsarch. I have searched this group and the internets and not yet figured it out. should I be writing a custom feedgenerator ? that' doesn't sound likely. thanks in advance, f;lix --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---