Pretty print all XML members of a fileset. For DTB filesets, take special care to compatibilize the output with certain heritage and/or sensitive DTB players
The following specific pretty printing aspects are implemented for DTB player compatibility
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.
Pretty printing will only be done on XML members of the input fileset; all other types of members pass through untouched.
If no file in the fileset is of type XML, then the whole fileset will pass through untouched. It is therefore safe to place this transformer in contexts whose dataflow varies considerably.
A file/fileset whose XML members have been pretty printed. See parameters
No specific recovery scheme. On error the transformer will send a fatal message, then throw an exception and abort.
DOS (CR (Carriage Return, 0x0D) + LF (Line Feed, 0x0A)) and UNIX (LF (Line Feed, 0x0A)). Default is DOS.None.
None registered.
Markus Gylling, Daisy Consortium
LGPL