New experimental generic XML transform interface. Defines an API for transforming XmlInput into XmlOutput.

Namespace: Mvp.Xml.Common.Xsl
Assembly: Mvp.Xml (in Mvp.Xml.dll)

Syntax

Visual Basic (Declaration)
Public Interface IXmlTransform
C#
public interface IXmlTransform
C++
interface class IXmlTransform
J#
public interface IXmlTransform
JScript
public interface IXmlTransform

Types that implement IXmlTransform

TypeDescription
Mvp.Xml.Common.Xsl.MvpXslTransformMvpXslTransform class extends capabilities of the XslCompiledTransform class by adding support for transforming into XmlReader, vast collection of EXSLT extention functions, multiple outputs and transforming of IXPathNavigable along with XmlResolver. Also MvpXslTransform class provides new improved XSL transformation API by introducing concepts of IXmlTransform interface, XmlInput and XmlOutput.

See Also