transform Attribute (mainpane Element)

Microsoft Office InfoPath

Show All Show All

transform Attribute (mainpane Element)

Specifies the relative URL to the XSL Transformation (XSLT) that is used for the view.

Type

      xsf:xdFileName
    

Remarks

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

Example

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

    <xsf:views default="View">
   <xsf:view name="View" caption="View">
      <xsf:mainpane transform="view1.xsl"></xsf:mainpane>
      ...
   </xsf:view>
</xsf:views>