Package org.ibisph.xslt

Provides an XSLT factory that handles caching of thread safe transformer/transformation objects, and a couple of transformation helper objects.

See:
          Description

Class Summary
TemplateCachingTransformerFactory Provides caching parsed XSLTs and dealing with non thread safe transformers.
Transformation Spring type bean that provides XML/XSLT transformations.
TransformerFactory Provides a thread safe way to get a single usage XSLT transformer based on the thread safe template.
TransformToFile Performs an XML/XSLT Transformation that outputs to a file based on parameters and/or properties.
 

Package org.ibisph.xslt Description

Provides an XSLT factory that handles caching of thread safe transformer/transformation objects, and a couple of transformation helper objects.