Atom_0_3_Parser : a more efficient way to find entry's link
Status: Beta
Brought to you by:
niko_schmuck
First,
I got a null link for some entries even if <link
href="foo.html"> was present (but without the type
specified).
So now, if "type" is null, I take the href anyway.
Second,
I still got null link for relative links.
Now, if it's a relative link in href, I try the link
contained in the <id> element.
Contact:
alex@activeweave.com
Atom_0_3_Parser -> better link finder