XmlTaskOperationType Enumeration
The XmlTaskOperationType enumeration provides a list of options for which operation the Xml Task will perform.
Enumeration Values
Name | Summary |
---|---|
Validate | Specifies that the Xml Task should validate the target XML content. |
Xslt | Specifies that the Xml Task should apply a provided XSL transformation to the target XML content. |
XPath | Specifies that the Xml Task should run a provided XPath query to the target XML content. |
Merge | Specifies that the contents of a provided XML document should be merged into the target XML document. |
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. |
Patch | Specifies that a difference stored in a provided DiffGram document should be applied to the target XML. |