You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| *validating* anchor:doc-freemarker-config-attributes-validating[] | _boolean_ | _false_ | If set to 'true' the FreemarkerDocProcessConfig will try to validate the source. (since 8.9.1), NOTE: if active, source reader will be buffered, potentially resulting in higher memory usage. See also xref:#doc-faq-validate-document[FAQ].
33
-
| *failOnValidate* anchor:doc-freemarker-config-attributes-failOnValidate[] | _boolean_ | _false_ | If set to 'true' the FreemarkerDocProcessConfig will fail in case of validation errors, if 'false' will just print the result as warning. (since 8.9.1), NOTE: 'validating' is set to true, this attribute is ignored. See also xref:#doc-faq-validate-document[FAQ]
34
-
| *cleanSource* anchor:doc-freemarker-config-attributes-cleanSource[] | _boolean_ | _false_ | If set to 'true' the FreemarkerDocProcessConfig will try to clean the source (i.e. DocXmlUtils.cleanXml()). (since 8.9.1), NOTE: if active, source reader will be buffered, potentially resulting in higher memory usage. See also xref:#doc-faq-clean-source-document[FAQ]
| If set to 'true' the FreemarkerDocProcessConfig will try to validate the source. (since 8.9.1), NOTE: if active, source reader will be buffered, potentially resulting in higher memory usage. See also xref:#doc-faq-validate-document[FAQ].
| If set to 'true' the FreemarkerDocProcessConfig will fail in case of validation errors, if 'false' will just print the result as warning. (since 8.9.1), NOTE: 'validating' is set to true, this attribute is ignored. See also xref:#doc-faq-validate-document[FAQ]
| If set to 'true' the FreemarkerDocProcessConfig will try to clean the source (i.e. DocXmlUtils.cleanXml()). (since 8.9.1), NOTE: if active, source reader will be buffered, potentially resulting in higher memory usage. See also xref:#doc-faq-clean-source-document[FAQ]
| Global default for 'table-check-integrity', it will check the integrity of a table, correct number of columns per row. (since 8.15.0) Allowed values : 'disabled' (default value), 'warn', 'fail'. NOTE: If set at info tag level on document, the global property is ignored. See
57
+
xref:#doc-format-entry-point-extra-feature-table-check-integrity[table-check-integrity feature] for further information. (since 8.15.0)
0 commit comments