This generator's uri is relative, and must be completed to http://example.com/feed/generator.html, using xml:base someicon.png This test feeds contains relative URIs of all kinds, which should be completed using xml:base. Affected are: Attributes: generator uri, content src, link href. Elements: <uri> and <logo>. XHTML in text constructs and content. Exceptions: category scheme, and the <id> element, they are expected to contain absolute IRIs. <div xmlns="http://www.w3.org/1999/xhtml">Example <a href="test.html">test</a>. The link must point to http://example.com/test/test.html.</div> <div xmlns="http://www.w3.org/1999/xhtml">Example <a href="test.html">test</a>. The link must point to http://example.com/test/test.html. (not .../parent/test.html)</div> This is item's <content> has a src attribute pointing to http://example.com/feed/somesrc.html This entry's link and author uri point to test.html. Both must be completed to http://example.com/test/test.html Test test.html Although this entry's id contains a relative URL, libsyndication should not complete it, as IDs are expected to be absolute IRIs. test/someRelativeUri.html