Creates new documents from the specified XML data.
- Namespace
- Statiq
.Core - Containing Type
- ReadXml
Syntax
public ReadXml(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. |