Show AllShow 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>
©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