ladybird/Libraries/LibWeb/XML
Andrew Kaster 9d93d37644 LibWeb: Listen for CDATASections and ProcessingInstructions in XML docs
Using the new hooks in the XML Parser's listener interface, we now
append DOM nodes for CDATASections and ProcessingInstructions
to the document as they are encountered. This commit also fixes where
comment nodes are appended, ensuring they are added to the current node
instead of the document root.
2025-07-19 14:56:20 +02:00
..
XMLDocumentBuilder.cpp LibWeb: Listen for CDATASections and ProcessingInstructions in XML docs 2025-07-19 14:56:20 +02:00
XMLDocumentBuilder.h LibWeb: Listen for CDATASections and ProcessingInstructions in XML docs 2025-07-19 14:56:20 +02:00