Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
libxml2
/
44d1eff028ad103a3f33699d0d62b0468664c103
/
.
/
result
/
ent12
blob: f603c59c685982131def7e28978ee05b6308fb78 [
file
] [
log
] [
blame
]
<?
xml version
=
"1.0"
?>
<!DOCTYPE root [
<!ENTITY foo "abc">
<!ENTITY bar "def">
]>
<root
attribute
=
"&foo;"
>
<element>
&bar;
</element>
</root>