|
root / base / usr / src / contrib / libxml2 / result / errors / extparsedent.xml
extparsedent.xml XML 6 lines 103 B
1
2
3
4
5
<?xml version="1.0"?>
<!DOCTYPE foo [
<!ENTITY c PUBLIC "bar" "/etc/doesnotexist">
]>
<root>&c;</root>