| DebugXslTransformGeneratorGetTransform Method |
Creates a XslCompiledTransform by loading the given xslt file.
Namespace: Activsoft.EngineAssembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntaxpublic XslCompiledTransform GetTransform(
string xslFilePath,
Config monConfig
)
Public Function GetTransform (
xslFilePath As String,
monConfig As Config
) As XslCompiledTransform
public:
virtual XslCompiledTransform^ GetTransform(
String^ xslFilePath,
Config^ monConfig
) sealed
abstract GetTransform :
xslFilePath : string *
monConfig : Config -> XslCompiledTransform
override GetTransform :
xslFilePath : string *
monConfig : Config -> XslCompiledTransform Parameters
- xslFilePath
- Type: SystemString
The xslt file path. - monConfig
- Type: Activsoft.EngineConfig
The Config instance for the current request.
Return Value
Type:
XslCompiledTransforma ready to use XslCompiledTransform
Implements
IXslTransformGeneratorGetTransform(String, Config)
Exceptions| Exception | Condition |
|---|
| IOException | If the xslt file doesn't exist |
See Also