XSLTransform.LoadFromFile

Syntax:

LoadFromFile(<FileName>)

Parameters:

<FileName> (required)

Type: String.
Name of the file containing the XSL conversion description.

Description:

Loads the XSL conversion description from the file.

Availability:

Thin client, server, thick client, external connection.

Example:

Transform = New XSLTransform;
Transform.LoadFromFile("c:/transforms/transform.xsl");


    

1C:Enterprise Developer's Community