mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00
6 lines
103 B
XML
6 lines
103 B
XML
![]() |
<?xml version="1.0"?>
|
||
|
<!DOCTYPE foo [
|
||
|
<!ENTITY c PUBLIC "bar" "/etc/doesnotexist">
|
||
|
]>
|
||
|
<root>&c;</root>
|