Active
Project:
Content Templates (Contemplate)
Version:
5.x-1.1
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
1 Mar 2007 at 00:50 UTC
Updated:
7 Dec 2009 at 21:49 UTC
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.
]]>
Thank you.
Comments
Comment #1
strayhand commentedSorry... my example didn't make. I'll try this time using the code tag.
Comment #2
nrasmus commentedThis 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).
Comment #3
volocuga commentedsubscribing
I found this http://drupal.org/node/303121