RSS Feed Invalid after activating plugin
-
I’ve had a problem with my RSS feeds no longer working due to this plugin adding HTML tags into the XML and invalidating them.
For example, the first line of RSS XML files should be:
<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" >However, with this plugin active the first two lines are:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> <?xml version="1.0" encoding="UTF-8"?><html><body><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/"...You can see the DOCTYPE and the HTML and BODY tags thrown in there. Another odd thing is this doesn’t happen if I’m logged-in, only for logged out users. Is there a fix for this?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘RSS Feed Invalid after activating plugin’ is closed to new replies.