XFA Specification
Chapter 16, Config Specification
Config Element Reference
679
Config Element Reference
The adjustData element
This option controls whether the XFA application re-normalizes the data after merging.
<adjustData
Properties:
desc="cdata"
>
...pcdata...
</adjustData>
The adjustData element is used within the following other elements:
data
Re-normalizing is coercing the data in the XML Data DOM to fit the structure of the template. The coercion
is carried out near the end of the data binding phase.
Content
The content must be one of the following:
0
Coercion of the data is forbidden.
1
Coercion of the data is required.
When the value of
adjustData
is 1, the XFA application rearranges the XML Data DOM to fit the
hierarchical structure of the template. When the value is
0
, the XFA application does not alter the XML Data
DOM except to introduce nodes that the template explicitly references. This option takes effect during
data binding. See
Re-Normalization.
The desc property
An attribute to hold human-readable metadata.
Home Index Bookmark Pages
Pages: Home Index All Pages