Dear Mike
You weren't missing anything, we were! 50% of the request is done, guid is
now supported.
If you grab an update of the source from CVS then rebuild it all should be
well.
So for a RSS 2.0 feed you could declare an Item object like so...
Item item = new Item();
item.setGuid("http://whatever.com/blog/permalink.html");
If you append the setGuid() with .isPerm()
item.setGuid("http://link").isPerm();
It will set the isPermalink attribute within the tag.
<guid isPermalink='true'>http://link</guid>
The other RSS 2.0 item elements have been implemented (author, source,
comments, enclosure).
So last on the list :) is pubDate.....
I'll email again when it's done.
Regards
Jason Bell
----- Original Message -----
From: "Michael Giles" <mg...@vi...>
To: <rss...@li...>
Sent: Friday, August 01, 2003 7:41 PM
Subject: [Rsslibj-developer] Missing Item attributes for RSS 2.0...
> First off I want to say that the rsslibj code is working great (and I got
> it working very quickly). Thank you!
>
> I'm looking at the list of elements in Item for RSS 2.0
> (http://blogs.law.harvard.edu/tech/rss#hrelementsOfLtitemgt) and I don't
> see how to create some of them in rsslibj. Namely, I want to have pubDate
> and guid in my RSS. Am I missing something obvious (quite possible)?
Thanks!
>
> -Mike
>
>
>
>
> -------------------------------------------------------
> This SF.Net email sponsored by: Free pre-built ASP.NET sites including
> Data Reports, E-commerce, Portals, and Forums are available now.
> Download today and enter to win an XBOX or Visual Studio .NET.
>
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
> _______________________________________________
> Rsslibj-developer mailing list
> Rss...@li...
> https://lists.sourceforge.net/lists/listinfo/rsslibj-developer
>
|