Show AllShow All

transform Attribute (useTransform Element)

Specifies the .xslt file name relative to the form template.

Type

xsf:xdFileName xsf:xdEmptyString

Remarks

The transform attribute is a required attribute of the useTransform element. Its maximum length is 64 characters.

Example

The following example shows the transform attribute as it is used in the useTransform element:

<xsf:documentVersionUpgrade>
   <xsf:useTransform
      transform="upgrade.xsl"
      minVersionToUpgrade="0.0.0.0"
      maxVersionToUpgrade="1.0.0.5"/>
</xsf:documentVersionUpgrade>
©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