SPARQL (Query language) is pretty rich and I am sure it will allow us to query by tags. Tag info is part of the atom feed like so (see the term attribute)
<category scheme='http://www.blogger.com/atom/ns#' term='jpa'/> The approach is to download the "new feeds" every day and archive them, then use SPARQL to find the feeds we need (tagged with OpenEjb) and then aggregate content. This is not optimum in that "we should not download what we do not need", but I do not know any other way right now. Since there wont be a flurry of blogs, this approach would not be very heavy and atleast can get the job done. On Mon, Aug 4, 2008 at 9:35 PM, David Blevins <[EMAIL PROTECTED]>wrote: > > On Aug 4, 2008, at 5:33 PM, Karan Malhi wrote: > > We >> can then use Jena (A java library - http://jena.sourceforge.net) to >> archive >> our blogs and then search for the ones which have openejb in the title. >> > > Oh, on that note, is there anyway to leverage tags? Not sure if that info > is in an rss feed. > > -David > > -- Karan Singh Malhi