I've got two feeds one that is on a live site, the second in development. The second one, which I'm testing this module out with, the RSS feed doesn't validate due to a problem with undefined entities caused by curly/smart quote in the body field. In the working RSS feeds the curly quotes have the "&amp", the XML that is produced with this module doesn't. I've tried the body field with and without stripping the html, neither work. Anything I might be missing?

Examples below:

“ should be “
’ should be  ’

Comments

maciej.zgadzaj’s picture

Status: Active » Closed (fixed)

Fixed in the most recent dev release, just pushed to d.o. Please either clone it from git repository, or wait around 12 hours for d.o to regenerate dev package files, and let me know if it fixed the problem for you.

dzepol’s picture

Yes, this fixed the problem. I didn't see any other issues come up either. Thank you.