XSLTransform.LoadFromString

Syntax:

LoadFromString(<XSLString>)

Parameters:

<XSLString> (required)

Type: String.
A string that contains the XSL conversion description.

Description:

Loads the XSL conversion description from a string.

Availability:

Thin client, server, thick client, external connection.

Example:

Transform = New XSLTransform;
Transform.LoadFromString(StrXSL);


    

1C:Enterprise Developer's Community