This transformer is essentially the host of a factory that produces implementations of the IFilesetGenerator interface.
The idea is to dynamically (at runtime) discover implementations that support a given input artifact, and a desired output fileset type.
In its first version, an implementation was provided that supports taking XHTML 1.0 documents into Daisy 2.02 filesets.
The transformer has been written with the intention to work on any file/fileset that
can be represented by the org.daisy.util.fileset package.
A fileset of the type defined in parameters
On error or failure to discover a supporting implementation, this transformer throw an exception and abort.
See transformer.tdf in transformer directory.
None.
Add dynamic discovery (Services API) to factory, more implementations of IFilesetGenerator.
Markus Gylling, Daisy Consortium
LGPL