[Git][wine/wine][master] 5 commits: msxml3: Add entities as children of a DTD.
Alexandre Julliard pushed to branch master at wine / wine Commits: 2f30b195 by Nikolay Sivov at 2026-07-17T19:33:02+02:00 msxml3: Add entities as children of a DTD. Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> - - - - - a7ea47b6 by Nikolay Sivov at 2026-07-17T19:33:02+02:00 msxml3: Add a stub for IXMLDOMEntity node. Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> - - - - - e4f591c4 by Nikolay Sivov at 2026-07-17T19:33:02+02:00 msxml3/notation: Implement nodeTypeString() property. Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> - - - - - c38738fb by Nikolay Sivov at 2026-07-17T19:33:02+02:00 msxml3/entity: Implement nodeTypeString() property. Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> - - - - - fb342815 by Nikolay Sivov at 2026-07-17T19:33:02+02:00 msxml3/notation: Implement text() property. Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> - - - - - 8 changed files: - dlls/msxml3/Makefile.in - dlls/msxml3/dispex.c - + dlls/msxml3/entity.c - dlls/msxml3/msxml_dispex.h - dlls/msxml3/msxml_private.h - dlls/msxml3/node.c - dlls/msxml3/notation.c - dlls/msxml3/tests/domdoc.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/49af899547fcb1cb818cb4ef33dea5... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/49af899547fcb1cb818cb4ef33dea5... 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)