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.
 
 
 
 

24 lines
624 B

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