Name

Description

Aggregate

Aggregate nodes from an XmlDocument. Result is a single value

Copy

Copy an XmlDocument

CountNodes

Count nodes of an XmlDocument

Display

Display XmlDocument

Equal

Determine whether or not 2 XmlDocuments are equal

Except

Determine the differences between 2 XmlDocuments

FilterNodes

Filter nodes of an XmlDocument. Result is a new XmlDocument

Intersect

Determine the intersection of 2 XmlDocuments

NodeExists

Determines whether or not a node exists in an XmlDocument

RemoveNodes

Remove nodes of an XmlDocument. Result is a new XmlDocument

Sort

Sort an XmlDocument

Union

Determine the union of 2 XmlDocuments

Validate

Validate an XmlDoc against an XSD


Back to Action reference