Click or drag to resize

StylesheetExecute Method

Execute the compiled Stylesheet with the provided RuntimeOptions. The value of the principal result can be accessed via the MainValue property. Note that the actual value in the Sequence will vary depending on the DeliveryFormat specified in the RuntimeOptions. In case of a runtime error the returned ResultList is null and the ErrorLog contains the error.

Namespace:  Altova.RaptorXml.Beta.Xslt
Assembly:  raptorxmlxbrlapi (in raptorxmlxbrlapi.dll) Version: 2.8.2.0 (1.0.0.0)
Syntax
public ResultList Execute(
	RuntimeOptions options,
	out ErrorLog log
)

Parameters

options
Type: Altova.RaptorXml.Beta.XsltRuntimeOptions
log
Type: Altova.RaptorXmlErrorLog

Return Value

Type: ResultList
See Also