Click or drag to resize
XslTransformer Class
Provides a static method that applies an XSL stylesheet to an XML document
Inheritance Hierarchy
SystemObject
  Kettic.AspNet.Controls.Toolkit.ApocXslTransformer

Namespace: Kettic.AspNet.Controls.Toolkit.Apoc
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public sealed class XslTransformer

The XslTransformer type exposes the following members.

Methods
  NameDescription
Public methodStatic memberTransform
Applies the style sheet xslFile to the XML document identified by xmlFile.
Top
See Also