TransformXslt(Config<NormalizedPath>) Constructor
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.
Namespace
Statiq.Core
Containing Type
TransformXslt

Syntax

public TransformXslt(Config<NormalizedPath> xsltPath)

Parameters

Name Type Description
xsltPath Config<NormalizedPath> A delegate that should return a NormalizedPath with the XSLT file to use.