ladybird/Userland/Libraries/LibXML
Ali Mohammad Pur 803ff81d4a LibXML+LibWeb: Avoid implicit cast from StringView{}->DeprecatedString
This produces a (truly) null DeprecatedString, which is not expected to
occur by CharacterData (where this string ends up).
Simply pass an "empty" DeprecatedString manually instead.
2023-01-08 12:15:46 +01:00
..
DOM AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
Parser LibXML+LibWeb: Avoid implicit cast from StringView{}->DeprecatedString 2023-01-08 12:15:46 +01: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