http://bugs.winehq.org/show_bug.cgi?id=4286
--- Comment #39 from Nikolay Sivov bunglehead@gmail.com 2010-06-28 12:22:06 --- After d461d7d2136fcb8fa591784742c31237ad5b10d6 it properly advances to next sibling which is element:
--- 002c:trace:msxml:xmlnode_get_firstChild (0x171e60)->(0x1facb0c) 002c:trace:msxml:get_node (0x171e60)->(firstChild 0x7c0ba130 0x1facb0c) 002c:trace:msxml:create_node type 7 002c:trace:msxml:xmldoc_add_ref (0x7c059038)->(2) 002c:trace:msxml:dom_pi_QueryInterface (0x171ec8)->({2933bf80-7b36-11d2-b20e-00c04f983e60} 0x1faca2c) 002c:trace:msxml:xmlnode_get_nodeTypeString (0x171ec8)->(0x1facb14) 002c:trace:msxml:xmlnode_get_nextSibling (0x171ec8)->(0x1facafc) 002c:trace:msxml:get_node (0x171ec8)->(next 0x7c20c748 0x1facafc) 002c:trace:msxml:create_node type 1 002c:trace:msxml:xmldoc_add_ref (0x7c059038)->(3) ---
And this is good. Next problem is failed selection query (that I suspect to be in XSLPattern format).