xref: /aosp_15_r20/external/libxml2/test/att7 (revision 7c5688314b92172186c154356a6374bf7684c3ca)
1<!DOCTYPE x [
2<!ELEMENT x (test*)>
3<!ELEMENT test EMPTY>
4<!ATTLIST test att CDATA "attvalue">
5<!ENTITY test.ent "<test/>">
6]>
7<x>
8    <test/>
9    &test.ent;
10</x>
11