Result document formatting option (JSON String type)
It is only used with templates with an .ftlx extension.
It is used to format and indent the result document (XML document) produced by template processing:
- extOutputTransform = none: no formatting or indentation is applied.
- extOutputTransform = minimal: all line breaks are deleted; all XML comments are deleted; all spaces between XML tags are deleted.
- extOutputTransform = compact: all line breaks are deleted; all XML comments are deleted; spaces between XML tags are only deleted if this is allowed by the XSL-FO language.
- extOutputTransform = prettyprint: all XML comments are deleted; spaces between XML tags are only deleted if this is allowed by the XSL-FO language; tags are indented to make it easier to read the result document.
For example:
"Options" parameter |
Result document indentation (XSL-FO document) |
|
|
|
|
|
|
|
|
↑ Top of page