Active
Project:
FeedAPI
Version:
5.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
11 Nov 2008 at 14:42 UTC
Updated:
11 Nov 2008 at 14:42 UTC
I am reading this feed:
the original RSS:
Delicious/smallbigtone/zone2
The Great War Archive
Sun, Nov 9, 2008 19:26
testing <em>some html</em> in the body
I would like to have in my mysql database a body that looks like this:
+-----------------------+-----+------------------------------------+----------------------------------------+
| title | nid | PointToUrl | body |
+-----------------------+-----+------------------------------------+----------------------------------------+
| The Great War Archive | 223 | http://www.thegreatwararchive.org/ | testing <em>some html</em> in the body |
+-----------------------+-----+------------------------------------+----------------------------------------+
but actually, I get a body that looks like this:
title | nid | PointToUrl | body |
+-----------------------+-----+------------------------------------+----------------------------------------------------+
| The Great War Archive | 223 | http://www.thegreatwararchive.org/ | testing <em>some html</em> in the body |
In other words, somewhere FeedAPI seems to be encoding the markup ... any thoughts on how I can fix this?
Many thanks, Tony