RSSyl: Handle XHTML content correctly for Atom feeds.
[claws.git] / src / plugins / rssyl / libfeed / feed.h
index 18c18016adc8c07136214ff9ea286e506eb2d7bd..e2acd8ff897bed8d4e7f24a2b0e310756eb1bdfc 100644 (file)
@@ -68,6 +68,7 @@ struct _FeedParserCtx {
        guint depth;
        guint location;
        GString *str;
+       GString *xhtml_str;
        gchar *name;
        gchar *mail;
        gboolean id_is_permalink;