IDynamicTransformationEngine Interface
|
This is the transformation engine that uses the System.XML instead of MSXML4.
It is a faster transformation engine, but XSLT syntax are slightly different.
Namespace:
Ingeniux.Runtime
Assembly:
IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.6.308
Syntax public interface IDynamicTransformationEngine
Public Interface IDynamicTransformationEngine
public interface class IDynamicTransformationEngine
type IDynamicTransformationEngine = interface end
The IDynamicTransformationEngine type exposes the following members.
Methods
| Name | Description |
---|
| Transform |
Transforms an XDocument with MSXML4, returns the result stream, and outputs the content type.
Make sure to set the SitePath before calling Transform with a page request.
|
TopSee Also