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>