[Git][wine/wine][master] msxml3: Create structured representation for element declarations.
Alexandre Julliard pushed to branch master at wine / wine Commits: 5f786c04 by Nikolay Sivov at 2026-04-29T22:45:37+02:00 msxml3: Create structured representation for element declarations. Such representation is easy to shared with DOM for validation purposes, so that we don't have to parse it multiple times. Public API is using serialized representation. The parsing and serializing logic comes entirely from libxml2. Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> - - - - - 1 changed file: - dlls/msxml3/saxreader.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/5f786c04540c1ef8487c5dd7952625a... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/5f786c04540c1ef8487c5dd7952625a... 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)