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.

23 lines
624 B

  1. <?xml encoding='ISO-8859-1'?>
  2. <!-- STYLEBOOK CHANGES DTD -->
  3. <!-- import the external markup.ent dtd -->
  4. <!ENTITY % markupEntity SYSTEM "markup.ent">
  5. %markupEntity;
  6. <!ENTITY % content "(#PCDATA|%markup;|%links;)*">
  7. <!ELEMENT changes (release)+>
  8. <!ATTLIST changes title CDATA #REQUIRED>
  9. <!ELEMENT release ((features,fixes)|(features)|(fixes))>
  10. <!ATTLIST release version CDATA #REQUIRED
  11. date CDATA #IMPLIED>
  12. <!ELEMENT features (feat)+>
  13. <!ELEMENT fixes (fix)+>
  14. <!ELEMENT feat %content;>
  15. <!ELEMENT fix %content;>
  16. <!-- CVS $Revision: 173497 $ $Date: 2002-02-13 14:49:41 -0500 (Wed, 13 Feb 2002) $ -->