Saxon API for .NET

XsltTransformer.InitialContextNode Property

The initial context item for the stylesheet.

public XdmNode InitialContextNode {get; set;}

Remarks

This may be either a node or an atomic value. Most commonly it will be a document node, which might be constructed using the Build method of the DocumentBuilder object.

See Also

XsltTransformer Class | Saxon.Api Namespace