aosp12/external/libxml2/test/errors/extparsedent.xml

6 lines
103 B
XML

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