Sjoerd Visscher wrote: > Sam Ruby wrote: > >> Sjoerd, I'd be interested in your comments on this: >> >> http://tinyurl.com/9o6y2 > > The explanation in the documentation[1] is perfect. And it says "As the > current xml:base in effect does not match the URI of the document", but > this is not the case in my feed, so I'm not sure why you report a warning?
URI(doc) = http://www.w3future.com/weblog/rss.xml?notransform xml:base = http://w3future.com/weblog/rss.xml?notransform > Regarding the solution, my first suggestion would be to change the > xml:base to reference the atom document, e.g.: > > <link href="." xml:base="http://example.com/blog/feed.atom" /> ... which would resolve to http://example.com/blog/. Is that what we want here? - Sam Ruby
