Move Operation

Microsoft XML Diff

Microsoft XML Diff 1.0 and XML Patch 1.0

Move Operation

Identifies a move operation of a node or XML fragment. There can be one xd:add operation and one xd:remove operation with the same corresponding opid.

The following is an example of a move operation descriptor:

<xd:descriptor type="move" opid="2"/>

The preceding example shows that all operations with an opid attribute with the value 2 from a move operation.

There are no other attributes for the move descriptor element. Its content must be empty.

See Also

XML Diff Functionality | Running Comparisons Between Documents, Fragments, or Nodes | Setting Options that Affect the Comparison | Selecting the Algorithm for the Comparison | Limitations | XML Diff Language (Diffgram) | Path Descriptors | Extended Operations | Namespace Change Operation | Prefix Change Operation | XmlDiff Class

© 2002 Microsoft Corporation. All rights reserved.