Click or drag to resize
IXslTransformGeneratorGetTransform Method
Creates a XslCompiledTransform from the given file.

Namespace: Activsoft.Engine
Assembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntax
XslCompiledTransform GetTransform(
	string xslFilePath,
	Config monConfig
)

Parameters

xslFilePath
Type: SystemString
The XSL file path.
monConfig
Type: Activsoft.EngineConfig
The current Config instance.

Return Value

Type: XslCompiledTransform
a ready to use XslCompiledTransform.
See Also