Xslt.

Xslt(FilePath) Constructor

Summary

Transforms input documents using a specified XSLT file from the file system.
Assembly
Wyam.Core.dll
Namespace
Wyam.Core.Modules.Templates
Containing Type
Xslt

Syntax

public Xslt(FilePath xsltPath)

Parameters

Name Type Description
xsltPath FilePath The path of the XSLT file to use.

Return Value

Type Description
void
GitHub