Click or drag to resize

StylesheetCompile Method

Compiles a new Stylesheet from the provided StylesheetProvider and CompileOptions. This involves loading of the xslt from the StylesheetProvider, validating and preparing for execution. In case of an xml or a static error, the returned Stylesheet is null and the ErrorLog contains the error(s).

Namespace:  Altova.RaptorXml.Beta.Xslt
Assembly:  raptorxmlxbrlapi (in raptorxmlxbrlapi.dll) Version: 2.8.2.0 (1.0.0.0)
Syntax
public static Stylesheet Compile(
	StylesheetProvider stylesheet,
	CompileOptions options,
	out ErrorLog log
)

Parameters

stylesheet
Type: Altova.RaptorXml.Beta.XsltStylesheetProvider
options
Type: Altova.RaptorXml.Beta.XsltCompileOptions
log
Type: Altova.RaptorXmlErrorLog

Return Value

Type: Stylesheet
See Also