Files
ladybird/Userland/Libraries/LibXML/Parser/Parser.cpp
Ali Mohammad Pur 202bfabdc6 LibXML: Shift some rule acceptances to make errors nicer
Instead of saying "expected />", make the parser output the real cause
for the following ("unknown reference"):
    <foo>&unknown;</foo>
2024-10-10 23:53:48 +01:00

59 KiB