1 <?xml version="1.0" standalone="yes"?>
5 <!ENTITY e1 SYSTEM "abc" NDATA n1>
6 <!ENTITY % declare_e2 '<!ENTITY e2 SYSTEM "def" NDATA n2>'>
8 <!ENTITY % declare_e3 SYSTEM "067.ent">
11 <!ATTLIST el att1 ENTITY "e1"
18 <any><el att1="e1" att2="e1" att3="e1"/></any>
19 <any><el att2="e1" att3="e1"/></any>
20 <any><el att3="e1"/></any>