| IXslTransformGenerator Interface |
Defines a class that can load an XSLT file.
Namespace: Activsoft.EngineAssembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntaxpublic interface IXslTransformGenerator
Public Interface IXslTransformGenerator
public interface class IXslTransformGenerator
type IXslTransformGenerator = interface end
The IXslTransformGenerator type exposes the following members.
Methods|
| Name | Description |
|---|
 | GetTransform |
Creates a XslCompiledTransform from the given file.
|
Top
See Also