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>
©2003-2004 Microsoft Corporation. All rights reserved. Permission to copy, display and distribute this document is available at: http://msdn.microsoft.com/library/en-us/odcXMLRef/html/odcXMLRefLegalNotice.asp