Xml.

Xml(string, string) Constructor

Summary

Creates new documents from the specified XML data.
Assembly
Wyam.Core.dll
Namespace
Wyam.Core.Modules.Metadata
Containing Type
Xml

Syntax

public Xml(string data, string itemXPath)

Parameters

Name Type Description
data string The XML data.
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