This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Module that performs xslt transformation on xml input.
Namespace: Smartsite.Runtime.Modules
Assembly: Smartsite.Runtime.Modules (in Smartsite.Runtime.Modules.dll)
Syntax
C# | Copy Code |
---|---|
[(typeof(), "Xml")] [("Transform")] [(.Level1)] public class XsltModule : |
Visual Basic (Declaration) | Copy Code |
---|---|
<(GetType(), "Xml")> _ <("Transform")> _ <(.Level1)> _ Public Class XsltModule _ Inherits |
Remarks
The indendation and visibility of the xml declaration can be set using the Indent and
OmitXmlDeclaration parameter on this macro. The encoding attribute on the xml declaration cannot be
explicitly set and is always set the to the encoding on the response stream.
Inheritance Hierarchy
System..::..Object
Smartsite.Core..::..BaseModule
Smartsite.Core..::..Module
Smartsite.Runtime.Modules..::..XsltModule
Smartsite.Core..::..BaseModule
Smartsite.Core..::..Module
Smartsite.Runtime.Modules..::..XsltModule
See Also
XsltModule Members
Smartsite.Runtime.Modules Namespace