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