Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

 

 

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).

 

 

 

XML File

Specify - specify a xml file, or an XML Document object.

 XPath

XPath - the The xpath statement which specifies the node 

Delete Element

The - the first node selected by the xpath will be deleted if this option is chosen 

Delete Attribute

The - the attribute of the node selected by the xpath will be deleted if this option is chosen

 

Fail if Element/Attribute not found

The - the action will fail if the specified node or attribute is not found

 

Preserve WhiteSpace

Whitespace - whitespace in the specified xml source file is preserved when the file is written to disk

 

 

MSXML Parser Page 

Allows you to set some options to be used when the parser loads the XML. See the XML Parser Options topic for details.

...