Saxon API for .NET

XsltExecutable.Load Method 

Load the stylesheet to prepare it for execution.

public XsltTransformer Load();

Return Value

An XsltTransformer. The returned XsltTransformer can be used to set up the dynamic context for stylesheet evaluation, and to run the stylesheet.

See Also

XsltExecutable Class | Saxon.Api Namespace