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>
&lt;![CDATA[ &lt;p&gt;&lt;a href="http://www.mutato.com/
beautifulmutants/html/gallery/mharper.html"&gt;&lt;img src="http://
localhost/~crucial/test-uploads/crucial/images/posts/m_harper.jpg"
align=left /&gt;&lt;/a&gt;&lt;a href="http://www.mutato.com/
beautifulmutants/html/gallery/mharper.html"&gt;Mark Mothersbaugh&lt;/
a&gt; (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 &lt;a href="http://www.mutato.com/
beautifulmutants/statement.html"&gt;attached article&lt;/a&gt; is well
worth reading too.  Rorsarch.

I tried this too:

{% autoescape off %}<![CDATA[ {{obj.make_body|safe}} ]]> {%
endautoescape %}

<item> ...<description>
&lt;![CDATA[ &lt;p&gt;&lt;a href="http://www.mutato.com/
beautifulmutants/html/gallery/mharper.html"&gt;&lt;img src="http://
localhost/~crucial/test-uploads/crucial/images/posts/m_harper.jpg"
align=left /&gt;&lt;/a&gt;&lt;a href="http://www.mutato.com/
beautifulmutants/html/gallery/mharper.html"&gt;Mark Mothersbaugh&lt;/
a&gt; (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 &lt;a href="http://www.mutato.com/
beautifulmutants/statement.html"&gt;attached article&lt;/a&gt; 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to