Sign in
fuchsia
/
third_party
/
libxml2
/
d0dc58135ac93392ff596e8f9e996a62ed0e42a5
/
.
/
test
/
errors
/
extparsedent.xml
blob: 07e4c54b63b570abd3bd7879e2df7054871d19f7 [
file
] [
log
] [
blame
]
<?
xml version
=
"1.0"
?>
<!DOCTYPE foo [
<!ENTITY c PUBLIC "bar" "/etc/doesnotexist">
]>
<root>
&c;
</root>