I can not figure out why my feed won't validate. feedvalidator.org gives me an error of an invalid token, but it shows the invalid token simply in the name of a particular file, and everything is correct. Am I Missing something here?

http://316apps.com/cursos/cursosvideos.xml

UPDATE: It was an error with wrong type quotation marks, and has been fixed.

有帮助吗?

解决方案

Try enclosing your attribute values with 7 bit ascii quotes.

其他提示

Your feed does validate. Ignore the warning, and you can safely remove the atom link. It's not part of the RSS format, it's something the validator developers want you to do, they really shouldn't have put that in the validator at all.

http://feedvalidator.org/check.cgi?url=http%3A%2F%2F316apps.com%2Fcursos%2Fcursosvideos.xml

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top