The Move action moves a portion of the FactBase to a new location in the FactBase.
The Move action takes two parameters. The first (from location) is the XPath location of the XML element to be moved. The second (to location) is the XPath to the position in the FactBase where the moved XML fragment will be inserted.
The move action also takes a property called the Merge Option. This property can either be set to append or replace. Replace will replace the contents of the target location with the xml fragment that is being moved. Append will add the XML being moved to the existing data at the target location, and is the default value.