XSLTransform.LoadFromNode

Syntax:

LoadFromNode(<Node>)

Parameters:

<Node> (required)

Type: DOMAttribute, DOMDocument, DOMElement, DOMDocumentType, DOMNotation, DOMEntity, DOMDocumentFragment, DOMText, DOMComment, DOMCDATASection, DOMProcessingInstruction, DOMEntityReference, XPathNamespace.
DOM node representing an XSL template.

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