Custom JSP taglib. Lets you detect ATOM/RSS feeds associated with the given site. For example:
and you will get this:
Tags are:
FindFeed
Tag lets you obtain RSS feeds (if any) for the given site (page). Attributes are:
1) url Describes an URL (page) for feeds search
2) id Describes a name for your page scope variable
(type is java.util.ArrayList) for the list of obtained URL's.
See also RSS taglib from Coldtags suite
for downloading:
Library: findfeedtag.jar Description: taglib.tld
See also Coldtags suite - the largest collection of custom JSP tags.
Related links: