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.
- Namespace
- Statiq
.Core - Containing Type
- TransformXslt
Syntax
public TransformXslt(params IModule[] modules)
Parameters
Name | Type | Description |
---|---|---|
modules | IModule[] | Modules that should output a single document containing the XSLT template in it's content. |