Sign in
fuchsia
/
third_party
/
libxml2
/
509028f212b2d8888f05a6bbae8e47a8df28c6f1
/
.
/
test
/
ent7
blob: 3ef2030416ab2d152e9b3ea3dcea75be6b008b85 [
file
] [
log
] [
blame
]
<!DOCTYPE item [
<!ENTITY % sampleEnt "<!ELEMENT item (para)+>
">
<!ENTITY sampleEnt "the hyacinth girl">
%sampleEnt;
<!ELEMENT para (#PCDATA)>
]>
<item><para>
'they called me &sampleEnt;'
</para></item>