Hi,
how to solve problem relating to RSS Feed does not validate in http://validator.w3.org/.
http://validator.w3.org/feed/check.cgi?url=http%3A%2F%2Fdemo.nopcommerce.com%2Fnewproducts%2Frss
------------------------------
Sorry
This feed does not validate.
line 1, column 331: atom:id must be a full and valid URL: NewProductsRSS [help]
... Z</lastBuildDate><a10:id>NewProductsRSS</a10:id></channel></rss>
^
In addition, interoperability with the widest range of feed readers could be improved by implementing the following recommendations.
line 1, column 0: Avoid Namespace Prefix: a10 [help]
<?xml version="1.0" encoding="utf-8"?><rss xmlns:a10="http://www.w3.org/2005 ...
line 1, column 340: Missing atom:link with rel="self" [help]
... uildDate><a10:id>NewProductsRSS</a10:id></channel></rss>
^
Source: http://demo.nopcommerce.com/newproducts/rss
<?xml version="1.0" encoding="utf-8"?><rss xmlns:a10="http://www.w3.org/2005/Atom" version="2.0"><channel><title>nopCommerce demo store: New products</title><link>http://demo.nopcommerce.com/</link><description>Information about products</description><lastBuildDate>Sun, 24 Apr 2016 12:13:44 Z</lastBuildDate><a10:id>NewProductsRSS</a10:id></channel></rss>
Thanks,
Mick