FreeBSD feed: validation error
Thomas Klausner
tk at giga.or.at
Sat Mar 30 09:14:34 UTC 2013
Hi!
I passed http://www.freebsd.org/security/rss.xml through the W3 Feed
validator:
http://validator.w3.org/feed/check.cgi?url=http%3A%2F%2Fwww.freebsd.org%2Fsecurity%2Frss.xml
and got:
Sorry
This feed does not validate.
line 2, column 0: rss is in an invalid namespace: http://www.w3.org/1999/xhtml [help]
<rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns="http://www.w3.org/1999/ ...
I think the problem might be that the second entry should be
xmlns:xhtml="http://www.w3.org/1999/xhtml"
instead (missing ":xhtml").
Cheers,
Thomas
More information about the freebsd-doc
mailing list