This is an amazing module!

I'm using Drupal 5.1 with CCK, and Taxonomy to generate some RSS feeds. I want to use Contemplate to assist with making some changes to my RSS feeds. I have some HTML that iIve wrapped inside of CDATA, however when I view the RSS feed somehow the "<" and ">" entities are being converted. This is a problem for me because I wanted to use this HTML in another way.

Does anyone know why the "<" and ">" entities are being converted and what I can do about it? If I could keep the CDATA characters from being converted then I think I could keep the other characters inside of it from being converted as well.

Here's an example minus the php.

Only local images are allowed.

]]>

Thank you.

Comments

strayhand’s picture

Sorry... my example didn't make. I'll try this time using the code tag.


<![CDATA[
<a href=""><img src="" width="168" height="108" alt="" title="" border="0" /></a>
<h5><a href=""></a></h5>
<p><a href=""></a></p>
]]>

nrasmus’s picture

This was a while ago--did you ever figure it out?

I'm assuming that your are using xml_elements, and it looks like check_plain is being used on $value, but I'd really like to be able to send well-formed html in my feed. (RSS standards don't really apply in my case--I just need to have html inside of an xml tag).

volocuga’s picture

subscribing

I found this http://drupal.org/node/303121