html2.file.organization.strategy Ant parameter

Names the output file organization strategy to use for generated files.

Value

One of the pre-defined strategies "as-authored" or "single-dir" or a user-implemented name. If the strategy name is not recognized (that is, not handled by the base code or an extension) then the default strategy is applied. The default is dependent on the specific transformation type. For HTML2 the default is "as-authored". For EPUB it is "single-dir".

Default

Unset, in which case the transform-type-defined default strategy is used.

XSLT Parameter

fileOrganizationStrategy.

Notes