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.
--
v3: msxml3: Correct looping of Document Element node map.
https://gitlab.winehq.org/wine/wine/-/merge_requests/6993