Atom feed validator keeps showing Self reference doesn't match document location
- by Dino
I am creating an atom feed, but when I validate it I keep getting:
Self reference doesn't match document location
and the specific line that is causing the error is:
<link rel="self" type="application/atom+xml" href="http://www.example.com/test.rss"/>
Please can anyone advise what the error is?
Ps. I noticed an up arrow just at the…