' is not a valid HTML entity but is a valid XML entity. I'm pulling from a feed with ' encoded in it.

See http://fishbowl.pastiche.org/2003/07/01/the_curse_of_apos/

CommentFileSizeAuthor
#1 feeds_tamper-support-apos-2201375.patch552 bytesafoster
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

afoster’s picture

Here's a simple patch to manually update the ' to '

afoster’s picture

Status: Active » Needs review
twistor’s picture

Title: ' support for HTML Decode » XML support for HTML Decode
Status: Needs review » Needs work

We should really just add the option to decode as XML.

We can do this with the flag, ENT_XML1