Achillea
Member
Posted 7 years ago #
My RSS2 feed validated fine, but my attempt to validate the Atom feed turned up multiple errors. The first one reads "This feed uses an obsolete namespace" followed by the following:
<?xml version="1.0" encoding="UTF-8"?><feed version="0.3"
There's a little red caret under the < before 'feed'
I'm very new to this, and I'd appreciate if someone could please tell me how to fix this, I'd appreciate it.
Thanks in advance.
It's because the Atom script has not yet been updated to support Atom 1.0. It should still work in syndication readers that support Atom 0.3 (pretty much all), but will fail validation on the w3 site.
Nevertheless, you can find an update to Atom 1.0 for the wp-atom.php script here:
http://dev.d10e.net/nb/2005/07/27/how-to-use-atom-10-with-wordpress
Achillea
Member
Posted 7 years ago #
Wow, that fixed practically all of the errors!
Thanks! :)