Click or drag to resize

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

The IDynamicTransformationEngine type exposes the following members.

Methods
  NameDescription
Public methodTransform
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.
Top
See Also