This action allows you to delete a single node or attribute in an XML document. If you want to delete a node list (ie. a list of nodes selected by an xpath query, then use the Delete XML Nodes Action action).
Specify a xml file, or an XML Document object.
The xpath statement which specifies the node
The first node selected by the xpath will be deleted if this option is chosen
The attribute of the node selected by the xpath will be deleted if this option is chosen
The action will fail if the specified node or attribute is not found
Whitespace in the specified xml source file is preserved when the file is written to disk
Allows you to set some options to be used when the parser loads the XML. See the XML Parser Options topic for details.