Xslt.

Xslt(IModule[]) Constructor

Summary

Transforms input documents using the output content from the specified modules. The modules are executed for each input document with the current document as the input to the specified modules.
Assembly
Wyam.Core.dll
Namespace
Wyam.Core.Modules.Templates
Containing Type
Xslt

Syntax

public Xslt(params IModule[] modules)

Parameters

Name Type Description
modules IModule[] Modules that should output a single document containing the XSLT template in it's content.

Return Value

Type Description
void
GitHub