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

6 lines
103 B
XML
Raw Normal View History

2024-06-22 08:45:49 -04:00
<?xml version="1.0"?>
<!DOCTYPE foo [
<!ENTITY c PUBLIC "bar" "/etc/doesnotexist">
]>
<root>&c;</root>