Summary
Performs XML XSL transformation.
- Namespace
- Cake
.Common .Xml - Containing Type
- XmlTransformation
Syntax
public static void Transform(IFileSystem fileSystem, FilePath xslPath, FilePath xmlPath, FilePath resultPath)
Parameters
Name | Type | Description |
---|---|---|
fileSystem | IFileSystem | The file system. |
xslPath | FilePath | Path to XML style sheet. |
xmlPath | FilePath | Path XML data. |
resultPath | FilePath | Transformation result path. |
Return Value
Type | Description |
---|---|
void |