[Error my feed] XML Parsing Error: unclosed CDATA section

Status
Not open for further replies.

kdaica

Active Member
167
2011
7
0
This is the error when I access my feeds, can anyone help me fix this, please guide how to fix :


XML Parsing Error: unclosed CDATA section
Location: http://javlabels.com/feed/
Line Number 30, Column 25: <description><![CDATA[
--------------------------------------^

This link : http://javlabels.com/feed/
I'm not sure if this is related or not to feed, but it looks like it has errors

Help me fix ! Very thanks
 
2 comments
Well the error says:
Extra content at the end of the document.

Below is a rendering of the page up to the first error.

So maybe try removing bits and pieces of what's underneath it and see what's causing the issue.

I think you just have a malformed tag somewhere in there.
 
Last edited:
Status
Not open for further replies.
Back
Top