You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
654 B

  1. <?xml encoding='ISO-8859-1'?>
  2. <!-- MARKUP ENTITY -->
  3. <!ENTITY % markup "em|ref|code|br|sup">
  4. <!-- import the external source-specific dtd -->
  5. <!ENTITY % externalEntity SYSTEM "entities.ent">
  6. %externalEntity;
  7. <!-- import the external charecters.ent dtd -->
  8. <!ENTITY % charEntity SYSTEM "characters.ent">
  9. %charEntity;
  10. <!-- import the external links.ent dtd -->
  11. <!ENTITY % linksEntity SYSTEM "links.ent">
  12. %linksEntity;
  13. <!ELEMENT em (#PCDATA|%links;)*>
  14. <!ELEMENT ref (#PCDATA|%links;)*>
  15. <!ELEMENT code (#PCDATA|%links;)*>
  16. <!ELEMENT br EMPTY>
  17. <!ELEMENT sup (#PCDATA)>
  18. <!-- CVS $Revision: 807660 $ $Date: 2009-08-25 10:53:52 -0400 (Tue, 25 Aug 2009) $ -->