[Git][wine/wine][master] 6 commits: msxml3: Add a root element helper.
Alexandre Julliard pushed to branch master at wine / wine Commits: 5aa562f7 by Nikolay Sivov at 2026-05-19T23:19:09+02:00 msxml3: Add a root element helper. Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> - - - - - b95c5735 by Nikolay Sivov at 2026-05-19T23:19:09+02:00 msxml3: Add a helper to get last child node. Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> - - - - - c5a0a657 by Nikolay Sivov at 2026-05-19T23:19:09+02:00 msxml3: Expose previous sibling helper. Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> - - - - - 9397cfb3 by Nikolay Sivov at 2026-05-19T23:19:09+02:00 msxml3: Mark namespace declaration nodes on creation. Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> - - - - - b96ccf45 by Nikolay Sivov at 2026-05-19T23:19:09+02:00 msxml3: Add implicit 'xml' namespace as document attribute. Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> - - - - - c23cbae3 by Nikolay Sivov at 2026-05-19T23:19:09+02:00 msxml3: Reimplement XPath support without libxml2. Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> - - - - - 9 changed files: - dlls/msxml3/Makefile.in - dlls/msxml3/domdoc.c - dlls/msxml3/msxml_private.h - dlls/msxml3/node.c - dlls/msxml3/saxreader.c - dlls/msxml3/selection.c - dlls/msxml3/tests/domdoc.c - + dlls/msxml3/xpath.c - + dlls/msxml3/xpath.h View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/4f6bcc0ff02cb6db2e338aa7fc3ec3... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/4f6bcc0ff02cb6db2e338aa7fc3ec3... You're receiving this email because of your account on gitlab.winehq.org. Manage all notifications: https://gitlab.winehq.org/-/profile/notifications | Help: https://gitlab.winehq.org/help
participants (1)
-
Alexandre Julliard (@julliard)