Smooks node-level templating Cartridge.
Overview
This Cartridge provides DOM node-level templating capabilities within
Smooks. This allows template based transformations (node-level) to be
used in Smooks.
Supported templating frameworks:
Registering the CDU Creators
In order to use the functionality of this Cartridge, you need to register the
Content Delivery Unit Creator resources for the supported template types. You
can do this one of 2 ways:
- SmooksStandalone: Through code using the "registerCDUCreators" method of
TemplatingUtils class.
- SmooksServletFilter: By getting the "templating-cdu-creators-X.X.cdrl" .cdrl file from
Milyn Downloads (Cartridges dependencies) and
registering it in the smooks-cdr.lst file. See the Smooks Servlet Filter
Deployment Configuration Documentation.
Using This Cartridge
See Milyn Tutorials for examples
of using the templating solutions provided in this Cartridge.