summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibXML
AgeCommit message (Expand)Author
2022-09-18Libraries: Add missing includes, add namespace qualifiersBen Wiederhake
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-07-10LibXML: Fail gracefully on integer overflow in character referencesIdan Horowitz
2022-07-06AK: Use an enum instead of a bool for String::replace(all_occurences)DexesTTP
2022-05-30LibXML+Tests: Consume `>` in the character data ending `]]>` and test itLuke Wilde
2022-03-28LibXML: Add a fairly basic XML parserAli Mohammad Pur