Xslt.

Xslt(DocumentConfig) Constructor

Summary

Transforms input documents using a specified XSLT file from the file system as provided by a delegate. This allows you to use different XSLT files depending on the input document.
Assembly
Wyam.Core.dll
Namespace
Wyam.Core.Modules.Templates
Containing Type
Xslt

Syntax

public Xslt(DocumentConfig xsltPath)

Parameters

Name Type Description
xsltPath DocumentConfig A delegate that should return a Wyam.Common.IO.FilePath with the XSLT file to use.

Return Value

Type Description
void
GitHub