Versions Compared

Key

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

...

This will have only one Text node in it containing 13 characters: Text(abc&&&defghi).

We handle this get this single text node to match the 5 text nodes above by clever comparison routines that are used when XML is compared. These special purpose routines also do things such as ignoring the namespace prefixes on element names. (Probably undesirable longer term.)

...