Expand Minimize
This topic has not yet been rated - Rate this topic

transform Attribute (importSource Element)

Office 2007

Identifies the .xslt file that should be used during the merge operation when the source form (the one that is being merged in) matches the XML Schema specified in the corresponding schema attribute.

Type

xsf:xdFileName

Remarks

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

Example

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

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


Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.