XmlTransformation.

Transform(string, string) Method

Summary

Performs XML XSL transformation.
Namespace
Cake.Common.Xml
Containing Type
XmlTransformation

Syntax

public static string Transform(string xsl, string xml)

Parameters

Name Type Description
xsl string XML style sheet.
xml string XML data.

Return Value

Type Description
string Transformed XML string.