I got the error message below when i tried to open my sitemap url:
XML Parsing Error: mismatched tag. Expected: </url>.
Location: [external links are visible to admins only]
Line Number 8578, Column 3:</urlset>
--^
The problem is that the <url> tag is not close with </url>. below is a snippet of the code:
<url>
<loc>[external links are visible to admins only]</loc>
<lastmod>2009-06-11T12:29:23+00:00</lastmod>
<changefreq>daily</changefreq>
<url>
<loc>[external links are visible to admins only]</loc>
<lastmod>2009-06-11T12:29:23+00:00</lastmod>
<changefreq>daily</changefreq>
Does anybody know i can resolve this problem. Thanks in advance.