Click or drag to resize
DebugXslTransformGeneratorGetTransform Method
Creates a XslCompiledTransform by loading the given xslt file.

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

Parameters

xslFilePath
Type: SystemString
The xslt file path.
monConfig
Type: Activsoft.EngineConfig
The Config instance for the current request.

Return Value

Type: XslCompiledTransform
a ready to use XslCompiledTransform

Implements

IXslTransformGeneratorGetTransform(String, Config)
Exceptions
ExceptionCondition
IOExceptionIf the xslt file doesn't exist
See Also