hCard taglib ver. 1.1

    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
2) id Optional attribute. Describes a CSS/DHTML id for the hCard.
3) org Optional attribute. Describes a name for the organization
4) tel Optional attribute. Describes a phone number

for downloading:

Library: hcardtag.jar    Description: taglib.tld

 © Coldbeans      Comments?

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

Also in Coldtags: