Files
XML_Data_Parsing/libxml2/result/errors/extparsedent.xml
T

6 lines
103 B
XML
Raw Normal View History

2026-07-19 22:48:13 +08:00
<?xml version="1.0"?>
<!DOCTYPE foo [
<!ENTITY c PUBLIC "bar" "/etc/doesnotexist">
]>
<root>&c;</root>