Enum XmlTaskOperationType
Namespace: Varigence.Languages.Biml.Task
Assembly: Biml.dll
C#
public enum XmlTaskOperationType
Fields
| Fields | Description |
|---|---|
| Diff | Specifies that the Xml Task should compare a provided XML document to the target XML and produce a XML DiffGram document containing the result. |
| Merge | Specifies that the contents of a provided XML document should be merged into the target XML document. |
| Patch | Specifies that a difference stored in a provided DiffGram document should be applied to the target XML. |
| Validate | Specifies that the Xml Task should validate the target XML content. |
| XPath | Specifies that the Xml Task should run a provided XPath query to the target XML content. |
| Xslt | Specifies that the Xml Task should apply a provided XSL transformation to the target XML content. |