RSS Feed not viewing in all browsers

3 posts by 2 authors in: Forums > CMS Builder
Last Post: June 21, 2013   (RSS)

By gregThomas - June 21, 2013

Hi Ko19,

I think the problem is you have some HTML in your feed. At the bottom you have the following:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Tara Preston - Enlighten the Soul News Feed</title>
</head>

<body>
</body>
</html>

If you remove it the XML feed should hopefully validate.

Let me know if it doesn't work.

Thanks!

Greg

Greg Thomas







PHP Programmer - interactivetools.com

By knight_oWL19 - June 21, 2013

That was it!  That's again Greg.