mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-08 16:12:23 +02:00
This change replaces our LibXML parser with a new implementation that wraps libxml2's SAX2 API. The new Parser class uses libxml2's SAX2 callbacks to drive the existing XML::Listener interface. That preserves backward compatibility with all existing consumers (XMLDocumentBuilder, DOMParser, etc.).
4.6 KiB
4.6 KiB