[Git][wine/wine][master] msxml3/element: Implement removeAttributeNode function.
Alexandre Julliard pushed to branch master at wine / wine Commits: 754a6c85 by Reinhold Gschweicher at 2025-10-17T12:27:13+02:00 msxml3/element: Implement removeAttributeNode function. Implement the function `IXMLDOMElement_removeAttributeNode`. Check if the given attribute has the element as parent. If so remove it just like `domelem_remove_qualified_item` does. Use the fact, that attribute names are unique in elements. Add unittest to check if `removeAttributeNode` with output variable set to `NULL` still removes the attribute from the element. - - - - - 2 changed files: - dlls/msxml3/element.c - dlls/msxml3/tests/domdoc.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/754a6c8506090006c412a75f7c1445a... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/754a6c8506090006c412a75f7c1445a... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)