ladybird/Libraries/LibXML
Andrew Kaster d9976b98b9 LibXML: Add parser hooks for CDATASection and ProcessingInstructions
This allows listeners to be notified when a CDATASection or
ProcessingInstruction is encountered during parsing. The non-listener
path still has the incorrect behavior of silently treating CDATASection
as Text nodes, but this allows listeners to handle them correctly.
2025-07-19 14:56:20 +02:00
..
DOM Meta: Enforce newlines around namespaces 2025-05-14 02:01:59 -06:00
Parser LibXML: Add parser hooks for CDATASection and ProcessingInstructions 2025-07-19 14:56:20 +02:00
CMakeLists.txt CMake: Rename serenity_* helper functions/macros to ladybird_* 2025-07-03 23:19:41 +02:00
Forward.h Meta: Enforce newlines around namespaces 2025-05-14 02:01:59 -06:00
FundamentalTypes.h