Xml.

Xml(string) Constructor

Summary

Creates new documents from input documents.
Assembly
Wyam.Core.dll
Namespace
Wyam.Core.Modules.Metadata
Containing Type
Xml

Syntax

public Xml(string itemXPath)

Parameters

Name Type Description
itemXPath string The XPath expression to use to find child items. If null, all child elements will be used.

Return Value

Type Description
void
GitHub