ladybird/Userland/Libraries/LibXML
Ali Mohammad Pur 87e95ceb69 LibXML: Notify the listener about the root node as well
We previously did not notify the listener about entering the root node,
which caused the following snippet to produce the wrong output:
    a = new DOMParser
    a.parseFromString("<x/>", "text/xml").documentElement // != null
2023-05-05 01:33:49 +02:00
..
DOM Everywhere: Remove NonnullOwnPtr.h includes 2023-03-06 23:46:35 +01:00
Parser LibXML: Notify the listener about the root node as well 2023-05-05 01:33:49 +02:00
CMakeLists.txt Everywhere: Explicitly link all binaries against the LibC target 2022-11-01 14:49:09 +00:00
Forward.h LibXML: Add a fairly basic XML parser 2022-03-28 23:11:48 +02:00
FundamentalTypes.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00