blob: cd31c3d24dea84156c7db303da53e55926ce102b [file] [log] [blame]
Daniel Veillardcb35f012004-02-20 08:18:58 +00001<!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>