summaryrefslogtreecommitdiff
path: root/test/errors/extparsedent.xml
blob: 07e4c54b63b570abd3bd7879e2df7054871d19f7 (plain)
1
2
3
4
5
<?xml version="1.0"?>
<!DOCTYPE foo [
<!ENTITY c PUBLIC "bar" "/etc/doesnotexist">
]>
<root>&c;</root>