(root)/
libxml2-2.12.3/
result/
errors/
extparsedent.xml
<?xml version="1.0"?>
<!DOCTYPE foo [
<!ENTITY c PUBLIC "bar" "/etc/doesnotexist">
]>
<root>&c;</root>