[Git][wine/wine][master] 8 commits: msxml3/tests: Add some more xml() tests.
Alexandre Julliard pushed to branch master at wine / wine Commits: c11d8e51 by Nikolay Sivov at 2026-04-08T12:38:43+02:00 msxml3/tests: Add some more xml() tests. Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> - - - - - d96d7a84 by Nikolay Sivov at 2026-04-08T12:38:43+02:00 msxml3/tests: Add more text() tests. Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> - - - - - fd59a3ef by Nikolay Sivov at 2026-04-08T12:38:43+02:00 msxml3/tests: Add some more tests for whitespace handling. Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> - - - - - a30a28e1 by Nikolay Sivov at 2026-04-08T12:38:43+02:00 msxml3/tests: Add some more tests for namespace handling. Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> - - - - - e96ef981 by Nikolay Sivov at 2026-04-08T12:38:43+02:00 msxml3/tests: Add some tests for doctype node. Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> - - - - - 6e498bea by Nikolay Sivov at 2026-04-08T12:38:43+02:00 msxml3/tests: Add more tests for the XmlDecl PI. Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> - - - - - 5fe7d272 by Nikolay Sivov at 2026-04-08T12:38:43+02:00 msxml3/tests: Add a couple of SAX parsing tests. Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> - - - - - 21735ee8 by Nikolay Sivov at 2026-04-08T12:38:43+02:00 msxml3: Rework DOM API. For the most parts this touches only tree API. Validation, XPath, XSLT, and schema handling is still going through libxml2 at the moment. Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> - - - - - 30 changed files: - dlls/msxml3/Makefile.in - dlls/msxml3/attribute.c - dlls/msxml3/cdata.c - dlls/msxml3/comment.c - dlls/msxml3/docfrag.c - dlls/msxml3/doctype.c - dlls/msxml3/domdoc.c - dlls/msxml3/domimpl.c - dlls/msxml3/element.c - dlls/msxml3/entityref.c - dlls/msxml3/msxml_private.h - dlls/msxml3/mxwriter.c - dlls/msxml3/node.c - dlls/msxml3/nodelist.c - dlls/msxml3/nodemap.c - dlls/msxml3/pi.c - dlls/msxml3/saxreader.c - + dlls/msxml3/saxreader_extensions.idl - dlls/msxml3/schema.c - dlls/msxml3/selection.c - dlls/msxml3/stylesheet.c - dlls/msxml3/tests/domdoc.c - dlls/msxml3/tests/saxreader.c - dlls/msxml3/tests/xmldoc.c - dlls/msxml3/text.c - dlls/msxml3/xmldoc.c - dlls/msxml4/tests/saxreader.c - dlls/msxml6/tests/saxreader.c - libs/xml2/include/libxml/tree.h - libs/xml2/xpath.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d984709516c38062d205fc686f9290... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d984709516c38062d205fc686f9290... 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)