or more simply... <link xmlns="http://www.w3.org/2005/Atom" rel="hub" href="http://hubendpoint" />
That's a bit easier, especially if you only have a single link and that's the only element from the atom namespace that you are using. But yes, what you had was actually fine as well. -will On Sun, Mar 7, 2010 at 3:28 AM, amanda <[email protected]> wrote: > I am looking to add a reference to a hub into an rss feed. > > In an rss feed I assume I need to add an <atom:link tag such as > > <atom:link rel="hub" href="http://hubendpoint" /> > > and also need to add atom to the namespace > > <rss xmlns:atom="http://www.w3.org/2005/Atom"> > > Could someone confirm whether this is correct please. > >
