libxml / test /errors /extparsedent.xml
AryaWu's picture
Upload folder using huggingface_hub
6baed57 verified
<?xml version="1.0"?>
<!DOCTYPE foo [
<!ENTITY c PUBLIC "bar" "/etc/doesnotexist">
]>
<root>&c;</root>