Files
third_party_libxml2/result/errors/extparsedent.xml
2021-06-02 02:31:32 +08:00

6 lines
103 B
XML

<?xml version="1.0"?>
<!DOCTYPE foo [
<!ENTITY c PUBLIC "bar" "/etc/doesnotexist">
]>
<root>&c;</root>