xref
: /
aosp_15_r20
/
external
/
libxml2
/
test
/
errors
/
rec_ext_ent.xml
(revision 7c5688314b92172186c154356a6374bf7684c3ca)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
<!
DOCTYPE
doc
[
2
<!ENTITY e SYSTEM "
rec_ext.ent
">
3
]>
4
<
doc
>&e; &e; &e; &e;</
doc
>
5