Delete XML Node Action

Description

Delete all the nodes that match the Xpath expression in given XML file.

Declaration

<AMXMLDELETENODE XPATH="text" />

Example

<AMXMLDELETENODE XPATH="/Books/Author" />

General Tab Parameters

XPath expression: Specifies the Xpath expression to the XML node to delete.

Text, Required
MARKUP: XPATH="/BookStore/Books/Price"

Attribute (optional): Specifies the name of the attribute.

Text, Optional
MARKUP: Name="AttributeName"

Session name: Specifies the session name to identify the in-memory XML document to use in subsequent XML steps. This allows several in memory XML documents to be active simultaneously.

Text, Optional - Default "XMLSession1"
MARKUP: SESSIONNAME="FirstXMLSession"

See Also

Create XML Node Action, Edit XML Node Action