RSS feed link taglib ver. 1.1

    Custom JSP taglib lets you add RSS auto discovery links to your site. You have to use FeedLink tag inside of HTTP headers section. For example:
 


<%@ taglib uri="taglib.tld" prefix="r" %>

<head>
...
<r:FeedLink>http://mysite/rss</r:FeedLink>
<r:FeedLink type="application/rss+atom">http://mysite/atom</r:FeedLink>
...
</head>
<body>
...

and tags add RSS auto discovery links to your JSP page.

Tags are:

FeedLink

Body tag creates RSS auto discovery link. Body describes an URL for RSS feed. Attributes are:

1) type Optional attribute. Describes a type for your feed. Default value is application/rss+xml
2) title Optional attribute. Describes a title for this link. Default value is RSS feed
 

for downloading:

 Library: feedlinktag.jar     Description: taglib.tld

 © Coldbeans      Comments?

See also Coldtags suite - the largest collection of custom JSP tags.

Also in Coldtags: