Show AllShow All

name Attribute (importSource Element)

Identifies the name of the source form as defined in the processing instruction of that form’s underlying XML document.

Type

xsd:string

Remarks

The name attribute is a required attribute of the importSource element.

Example

The following is an example of the name attribute as it used in the importSource element:

<xsf:importParameters
   enabled="yes"
   <xsf:importSource
      name="My Form"
      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