Summary
Performs XML XSL transformation.
- Namespace
- Cake
.Common .Xml - Containing Type
- XmlTransformation
Syntax
public static string Transform(string xsl, string xml, XmlTransformationSettings settings)
Parameters
| Name | Type | Description |
|---|---|---|
| xsl | string | XML style sheet. |
| xml | string | XML data. |
| settings | Xml |
Settings for result file XML transformation. |
Return Value
| Type | Description |
|---|---|
| string | Transformed XML string. |
