2.3.16 Report.DataTransform

The Report.DataTransform element specifies the location to a transformation to apply to a data rendering. This can be an absolute path (such as /xsl/xfrm.xsl) or a relative path (such as xfrm.xsl).

The Report.DataTransform element is optional. If this element is present, its value MUST be a String ([XMLSCHEMA2/2] section 3.2.1).

Following is the parent element of the Report.DataTransform element.

Parent elements

Report

The following is the XML Schema definition of the Report.DataTransform element.

 <xsd:element name="DataTransform" type="xsd:string" minOccurs="0" />