Files

11 lines
162 B
Plaintext
Raw Permalink Normal View History

2026-07-19 22:48:13 +08:00
<!DOCTYPE x [
<!ELEMENT x (test*)>
<!ELEMENT test EMPTY>
<!ATTLIST test att CDATA "attvalue">
<!ENTITY test.ent "<test/>">
]>
<x>
<test/>
&test.ent;
</x>