futureLAB JSP Tag Library


Overview

The futureLAB JSP Tag Library consists of these custom action tags:

Style

Transform the XML content of the element with an XSL style sheet.

Parameter

This is only useful in combination with the Style tag. It allows you to set XSLT parameter key/value pairs for the transformation described by the enclosing Style tag.

Sqlquery

Query an SQL database via JDBC and return the result set as XML data.

Installation

Drop the .jar file of this library into the WEB-INF/lib directory of your web application.

Then include a taglib directive in your JSP page:

<%@ taglib
   uri="http://www.futurelab.ch/taglibs/futurelab-jsptags"
   prefix="fl"
%>

Now you can use the custom actions with the prefix you assigned:

<fl:style ...>
   ...
</fl:style>

(This assumes a JSP container that supports version 1.2 of the JSP specs.)

Download

http://www.futurelab.ch/software/jsptags/futurelab-jsptags-1.4.tar.gz

Source code available freely upon request.

Author / Feedback

Written by Marc Liyanage. You can contact me at mliyanage@futurelab.ch


Listed on
Jspin.com
JSP Web Applications, Tag Libraries, Resources, Reviews