![]() |
Missing charset for text/xml document - w3 XML validation
I have an issue with my Google Product Feed where I am getting two warnings when using the W3 XML validator. The two warnings are:
Warning Missing "charset" attribute for "text/xml" document. Warning No DOCTYPE found! Checking XML syntax only. This is the top two lines of my XML file: Code:
<?xml version="1.0" encoding="UTF-8"?>Thanks. |
You still don't have a doctype there. At a minimum you need <!doctype rss> in order to define the root element in the document.
|
| All times are GMT +1. The time now is 08:32 PM. |
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.