Click or drag to resize
IXslTransformGenerator Interface
Defines a class that can load an XSLT file.

Namespace: Activsoft.Engine
Assembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntax
public interface IXslTransformGenerator

The IXslTransformGenerator type exposes the following members.

Methods
  NameDescription
Public methodGetTransform
Creates a XslCompiledTransform from the given file.
Top
See Also