Custom JSP taglib. Lets you obtain the latest media file from the given podcast. For example in your web application
you can get an URL for the latest file and use it in flash player. How does it work:
<html> <%@ taglib uri="taglib.tld" prefix="p" %> <p:LastPod rssUrl="http://www.vedomosti.ru/podcast/rss.xml" /> </html> You can use this taglib in your mashup applications for podcasts. If the remote host is not available or file is not provided tag will return an empty string. Tags are: LastPod. Body tag obtains an URL for the latest file in the given podcast. Attributes are: 1) rssUrl - describes an URL for the podcast's feed
for downloading: Library: lastpodtag.jar Description: taglib.tld See also Coldtags suite - the largest collection of custom JSP tags.
|
Also in Coldtags:
|