Package org.apache.xalan.xslt.extensions

Extension for redirecting transformation ouput to multiple files.

See:
          Description

Class Summary
Nodeset This class is an extension implementing implements the node-set function found in xt and saxon as a Xalan extension.
Redirect Implements three extension elements to allow an XSLT transformation to redirect its output to multiple output files.
RowSetLocator RowSetLocator uses JDBC to connect to a database, execute a query, and return a result set, then returns a lazy row-set DOM.
 

Package org.apache.xalan.xslt.extensions Description

Extension for redirecting transformation ouput to multiple files.

Xalan-Java supports the creation and use of extension elements and extension functions, which may be implemented in Java, JavaScript, or another scripting language.

This package includes our own proprietary extensions. For more information on extensions, see Xalan Extensions.