Versions Compared

Key

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

...

There are situations where you have encountered may encounter two objects that are identical to each other with respect to their attributes and values. If you have to deal with one of them as part of your workflow, you need to find some mechanism to differentiate them from each other. This can be achieved by using the following meanstechniques:

  • Find out something unique within the hierarchy (either parent or child or sibling)
  • Use numbering/index or location. Location may fail if resolution is changed and Index may fail if there is an additional, similar object that comes in the next version. Entire The entire indexing may require resetting.

...