ent7 201 B

1234567
  1. <!DOCTYPE item [
  2. <!ENTITY % sampleEnt "<!ELEMENT item (para)+>">
  3. <!ENTITY sampleEnt "the hyacinth girl">
  4. %sampleEnt;
  5. <!ELEMENT para (#PCDATA)>
  6. ]>
  7. <item><para>'they called me &sampleEnt;'</para></item>