RSS feed xml parsing error
-
Hi Folks,
Could someone help me fix this vexing issue with the rss feed xml parsing error below? I’ve spend too much time trying to troubleshoot it on my own.
XML Parsing Error: XML or text declaration not at start of entity Location: https://www.denisejacksonmusic.com/feed Line Number 6, Column 1:<?xml version="1.0" encoding="UTF-8"?> ^
I read https://www.ads-software.com/support/topic/rss-feed-isnt-working-xml-parsing-error?replies=14 but I’ve got WP 3.3.1. I read about the blank line error at https://feedvalidator.org/docs/error/WPBlankLine.html and check the following files for blank spaces after the ?> tag.
wp-includes/feed.php
/feed-rss2.php
/feed-rss2-comments.php
/feed-rss.php
/feed-rdf.php
/feed-atom.php
/feed-atom-comments.php
/rss.php
/wlwmanifest.xml
/functions.phpwp-content/themes/denise/config.inc.php
/functions.phpI’d like to know which .php file is being referenced by the error code. All of the feed files above have the xml declaration in them.
- The topic ‘RSS feed xml parsing error’ is closed to new replies.