|
The XSL custom tag library contains an working examples
of the tags described in the JSP specification, Version
1.1. As such, the tags are focused more on being examples
of custom tag library code techniques, and less on being useful
in production applications.
With this custom tag library you can process a XML document
with a XSL stylesheet and insert it in place.
This tag library uses version 1 of both the Xerces XML parser
and the Xalan XSLT processor. For production use we recommend
you use the XTags tag library or the Standard tag library.
Both of these use TRAX API compatible XSLT processors such
as Xalan 2 and have more features.
|