![]() |
futureLAB JSP Tag Library |
The futureLAB JSP Tag Library consists of these custom action tags:
Transform the XML content of the element with an XSL style sheet.
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.
Query an SQL database via JDBC and return the result set as XML data.
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.)
http://www.futurelab.ch/software/jsptags/futurelab-jsptags-1.4.tar.gz
Source code available freely upon request.
Written by Marc Liyanage. You can contact me at mliyanage@futurelab.ch