Saxon API for .NET

XsltTransformer.Run Method 

Run the transformation, sending the result to a specified destination.

public void Run(
   XmlDestination destination
);

Parameters

destination
The destination for the results of the stylesheet. The class XmlDestination is an abstraction that allows a number of different kinds of destination to be specified.

Exceptions

Exception TypeCondition
DynamicErrorThrows a DynamicError if the transformation fails.

See Also

XsltTransformer Class | Saxon.Api Namespace