Hi,
I been looking here for solutions to a feed XML parsing problem I have but could't find any / or understand how do I fix a feed issue.
this is the error I get :
This feed does not validate.
line 1, column 389: XML parsing error: <unknown>:2:83: no element found [help]
... /slash/" ><channel><title>Ronen Bekerman
^
Source: http://www.ronenbekerman.com/feed/
<?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/" ><channel><title>Ronen Bekerman
<!-- Served from: http://www.ronenbekerman.com @ 2011-04-20 12:29:40 by W3 Total Cache -->
I disabled the w3 total cache and some plugins that relate to the RSS feed but the same problem remains.
It seems to me a </title> is missing after the "Ronen Bekerman" text ... but why did that suddenly happen (3 post before all was ok with the RSS feed) and how can I fix it?
Any help is appreciated ;)
Ronen