ladybird/Libraries/LibWeb/XML
mikiubo 5b2a71a712 LibWeb: Implement XMLFragmentParser
Implement XMLFragmentParser based on the specification:
https://html.spec.whatwg.org/multipage/xhtml.html

Fixes one WPT in:
domparsing/insert_adjacent_html-xhtml.xhtml
2025-10-23 11:06:39 +01:00
..
XMLDocumentBuilder.cpp LibWeb+LibXML: Make Listener::set_source(ByteString) fallible 2025-10-02 02:25:28 +02:00
XMLDocumentBuilder.h LibWeb+LibXML: Make Listener::set_source(ByteString) fallible 2025-10-02 02:25:28 +02:00
XMLFragmentParser.cpp LibWeb: Implement XMLFragmentParser 2025-10-23 11:06:39 +01:00
XMLFragmentParser.h LibWeb: Implement XMLFragmentParser 2025-10-23 11:06:39 +01:00