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.

18 lines
514 B

  1. <?xml encoding='ISO-8859-1'?>
  2. <!-- STYLEBOOK DOCUMENT DTD -->
  3. <!-- import the external blocks.ent dtd -->
  4. <!ENTITY % blocksEntity SYSTEM "blocks.ent">
  5. %blocksEntity;
  6. <!ELEMENT s1 (s2|%blocks;)*>
  7. <!ELEMENT s2 (s3|%blocks;)*>
  8. <!ELEMENT s3 (s4|%blocks;)*>
  9. <!ELEMENT s4 (%blocks;)*>
  10. <!ATTLIST s1 title CDATA #REQUIRED>
  11. <!ATTLIST s2 title CDATA #REQUIRED>
  12. <!ATTLIST s3 title CDATA #REQUIRED>
  13. <!ATTLIST s4 title CDATA #REQUIRED>
  14. <!-- CVS $Revision: 173497 $ $Date: 2002-02-13 14:49:41 -0500 (Wed, 13 Feb 2002) $ -->