ladybird/Userland/Libraries/LibXML/Parser
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
..
Parser.cpp LibXML: Notify the listener about the root node as well 2023-05-05 01:33:49 +02:00
Parser.h AK: Check the return type in IsCallableWithArguments 2023-02-04 18:47:02 -07:00