Custom JSP tags library lets you create hCards.
hCard is a simple, open, distributed format for representing people, companies, organizations,
and places, using a 1:1 representation of vCard (RFC2426) properties and values in semantic
HTML or XHTML. For example:
<%@ taglib uri="taglib.tld" prefix="h" %> <h:hCard url="http://servletsuite.com">Coldbeans</h:hCard> here tag will produce a semantic link to Coldbeans site. You can use this taglib in the mobile web development too for creating bookmarks. Tags are: hCard Tag lets you prepare hCards. Tag's body describes a given name. Attributes are: 1) url Optional attribute. Describes an url
for downloading: Library: hcardtag.jar Description: taglib.tld See also Coldtags suite - the largest collection of custom JSP tags.
|
Also in Coldtags:
|