allwinner_a64/android/external/libxml2/test/att7
2018-08-08 16:14:42 +08:00

10 lines
162 B
Text

<!DOCTYPE x [
<!ELEMENT x (test*)>
<!ELEMENT test EMPTY>
<!ATTLIST test att CDATA "attvalue">
<!ENTITY test.ent "<test/>">
]>
<x>
<test/>
&test.ent;
</x>