1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 08:04:57 +00:00
serenity/Userland/Libraries/LibXML
Timothy Flynn b6228507ac LibXML: Prevent entering the root node of an SVG document twice
Currently, if an SVG document is parsed, we enter the root <svg> element
twice - first when its node is appended, and then immediately after the
call to append its node. Prevent this by only ever entering nodes from
the appropriate location inside the call to append the node.
2023-06-09 01:12:48 +02:00
..
DOM Everywhere: Remove NonnullOwnPtr.h includes 2023-03-06 23:46:35 +01:00
Parser LibXML: Prevent entering the root node of an SVG document twice 2023-06-09 01:12:48 +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