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.ApocAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic sealed class XslTransformer
Public NotInheritable Class XslTransformer
public ref class XslTransformer sealed
[<SealedAttribute>]
type XslTransformer = class end
The XslTransformer type exposes the following members.
Methods
| Name | Description |
---|
  | Transform |
Applies the style sheet xslFile to the XML document
identified by xmlFile.
|
Top
See Also