XML Mesh

Merge two XML-serialized DataSets into a single document.

Properties

ParentDocument

Type: Xml Input
The Master Document into which matches in the child will be inserted

ParentMatchField

Type: String Input
The Parent Match Field Property is used to match against the Child Match Field to mesh the nodes into the parent document

ParentTableName

Type: String Input
The Parent Table Name is used to provide the path to the Field match property

ChildDocument

Type: Xml Input
The ChildDocument that will be appended to the parent nodes where the match fields are identical

ChildMatchField

Type: String Input
The ChildMatchField is used to match against the Parent Match Field to mesh the nodes into the parent document

ChildTableName

Type: String Input
The ChildTableName is used to provide the path to the Field match property

MeshedDocument

Type: Xml Output
The MeshedDocument Property

Remarks

Does not support identical field names for both ParentMatchField and ChildMatchField.