Skip to main content

Enum XmlTaskOperationType

Namespace: Varigence.Languages.Biml.Task

Assembly: Biml.dll

C#


public enum XmlTaskOperationType

Fields

FieldsDescription
DiffSpecifies that the Xml Task should compare a provided XML document to the target XML and produce a XML DiffGram document containing the result.
MergeSpecifies that the contents of a provided XML document should be merged into the target XML document.
PatchSpecifies that a difference stored in a provided DiffGram document should be applied to the target XML.
ValidateSpecifies that the Xml Task should validate the target XML content.
XPathSpecifies that the Xml Task should run a provided XPath query to the target XML content.
XsltSpecifies that the Xml Task should apply a provided XSL transformation to the target XML content.