083c3ded
by Alistair Leslie-Hughes at 2024-12-17T17:07:16+01:00
msxml3: Correct looping of Document Element node map.
The basic loop correctly finds the first element, however
the second element repeats the first node, since it was
incremented and the ns->next was skipped over.