Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
libxml2
/
1510bd88c2b48af3ce36b15fdecf258f75dba7f6
/
.
/
result
/
errors
/
extparsedent.xml
blob: 07e4c54b63b570abd3bd7879e2df7054871d19f7 [
file
] [
log
] [
blame
]
<?
xml version
=
"1.0"
?>
<!DOCTYPE foo [
<!ENTITY c PUBLIC "bar" "/etc/doesnotexist">
]>
<root>
&c;
</root>