enabled Attribute

Specifies whether form merging is enabled for the form.

Type

xsf:xdYesNo

Remarks

The enabled attribute is a required attribute of the importParameters element.

Values include "yes" or "no". The default value is "yes".

Example

The following is an example of the enabled attribute as it is used in the importParameters element:

<xsf:importParameters
   enabled="yes"
   <xsf:importSource
      name=""
      schema="MySchema.xsd"
      transform="schematransform.xslt"/>
</xsf:importParameters>

Parent Objects | importParameters Element