Identifies whether XML Document Object Model (DOM) nodes will be automatically generated when controls are inserted in the view in design mode.
xsf:xdYesNo
The automaticallyCreateNodes attribute is an optional attribute of the solutionProperties element.
The automaticallyCreateNodes attribute corresponds to the Automatically create data source check box at the bottom of the Controls task pane.
The following is an example of the automaticallyCreateNodes attribute as it is used in the solutionProperties element:
<xsf: applicationParameters application="InfoPath Design Mode">
<xsf: solutionProperties
allowCustomization="no"
lastOpenView="view1"
scriptLanguage="JScript"
automaticallyCreateNodes="no"
lastVersionNeedingTransform="1.1.0.10"
fullyEditableNamespace="urn:namespace1:mynames"/>
</xsf:applicationParameters>