| IXslTransformGeneratorGetTransform Method |
Creates a XslCompiledTransform from the given file.
Namespace: Activsoft.EngineAssembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
SyntaxXslCompiledTransform GetTransform(
string xslFilePath,
Config monConfig
)
Function GetTransform (
xslFilePath As String,
monConfig As Config
) As XslCompiledTransform
XslCompiledTransform^ GetTransform(
String^ xslFilePath,
Config^ monConfig
)
abstract GetTransform :
xslFilePath : string *
monConfig : Config -> XslCompiledTransform
Parameters
- xslFilePath
- Type: SystemString
The XSL file path. - monConfig
- Type: Activsoft.EngineConfig
The current Config instance.
Return Value
Type:
XslCompiledTransforma ready to use XslCompiledTransform.
See Also