Main  History  Search  Repository tree

[BACK] Return to archimedes.dtd CVS log [TXT][DIR] Up to [CVSROOT] / texts / archimedes / dtd

Colored diff for /texts/archimedes/dtd/archimedes.dtd between version 1.10 and 1.17

version 1.10, 2002/08/07 19:42:37 version 1.17, 2002/10/29 17:10:46
Line 59 
Line 59 
  
  
 <!ELEMENT back <!ELEMENT back
         ( section | pb?)+ >         ( section | pb)? >
  
 <!ATTLIST back <!ATTLIST back
         id ID #IMPLIED         id ID #IMPLIED
Line 68 
Line 68 
  
  
 <!ELEMENT body <!ELEMENT body
        (chap, pb?)+ >        (chap |  pb?)+ >
  
 <!ATTLIST body <!ATTLIST body
         id ID #IMPLIED         id ID #IMPLIED
Line 121 
Line 121 
         type CDATA #IMPLIED>         type CDATA #IMPLIED>
  
  
 <!ELEMENT chunk 
         (#PCDATA) > 
  
  
 <!ATTLIST chunk 
         id ID #IMPLIED 
         n CDATA #IMPLIED  
         unit CDATA #IMPLIED > 
  
 <!ELEMENT date <!ELEMENT date
         (#PCDATA) >         (#PCDATA) >
  
Line 138 
Line 129 
         id ID #IMPLIED         id ID #IMPLIED
         n CDATA #IMPLIED >         n CDATA #IMPLIED >
  
 <!ELEMENT editor  <!--  -->
         (#PCDATA) > 
  
  
 <!ATTLIST editor 
         id ID #IMPLIED 
         n CDATA #IMPLIED > 
  
 <!ELEMENT emph  <!ELEMENT emph
          EMPTY>          EMPTY>
  
Line 245 
Line 229 
                      
 <!-- <lb> occurs at <s> level and at <p> level  --> <!-- <lb> occurs at <s> level and at <p> level  -->
 <!-- <lb> at end of <s> must be placed after </s> --> <!-- <lb> at end of <s> must be placed after </s> -->
  <!-- <lb> at beginning of <s> must be placed before <s> -->
  
 <!-- unrecognized symbols will appear inline acc. to special conventions.  --> <!-- unrecognized symbols will appear inline acc. to special conventions.  -->
 <!--   (as in DE specs) --> <!--   (as in DE specs) -->
Line 320 
Line 305 
         n CDATA #IMPLIED >         n CDATA #IMPLIED >
  
 <!ELEMENT section  <!ELEMENT section
         ( p | pb | figure)+ >         ( p | pb | figure | table )+ >
  
  
 <!ATTLIST section <!ATTLIST section
Line 354 
Line 339 
         n CDATA #IMPLIED >         n CDATA #IMPLIED >
  
 <!ELEMENT text <!ELEMENT text
         (pb?, front, pb?, body, pb?, back) >         (pb?, front, pb?, body, pb?, back?) >
  
 <!-- if front and back are going to be optional, then pb can be allowed to --> <!-- if front and back are going to be optional, then pb can be allowed to -->
 <!-- occur only within front body back.  --> <!-- occur only within front body back.  -->
Line 381 
Line 366 
         id ID #IMPLIED         id ID #IMPLIED
         n CDATA #IMPLIED >         n CDATA #IMPLIED >
  
 <!ENTITY shy "[-]"> 
  
  
 <!-- entities are included below here (2001-11-14; mdh) --> <!-- entities are included below here (2001-11-14; mdh) -->
 <!ENTITY % ISOlat1 PUBLIC "ISO 8879:1986//ENTITIES Added Latin 1//EN//XML" <!ENTITY % ISOlat1 PUBLIC "ISO 8879:1986//ENTITIES Added Latin 1//EN//XML"


Legend:
Removed from v.1.10 
changed lines
 Added in v.1.17