XmlTransformation Class

Summary

Provides functionality to perform XML transformation.
Namespace
Cake.Common.Xml
Base Types
  • object
graph BT Type-->Base0["object"] Type["XmlTransformation"] class Type type-node

Syntax

public static class XmlTransformation

Methods

Name Value Summary
Transform(IFileSystem, FilePath, FilePath, FilePath, XmlTransformationSettings) void
Performs XML XSL transformation.
static
Transform(IFileSystem, FilePath, FilePath, FilePath) void
Performs XML XSL transformation.
static
Transform(string, string, XmlTransformationSettings) string
Performs XML XSL transformation.
static
Transform(string, string) string
Performs XML XSL transformation.
static

Extension Methods

Name Value Summary
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin