You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ab...@locus.apache.org on 2000/06/02 19:30:39 UTC

cvs commit: xml-xerces/java/docs/dtd book.dtd

abagchi     00/06/02 10:30:38

  Modified:    java/docs/dtd book.dtd
  Log:
  Containers must have source
  
  Revision  Changes    Path
  1.2       +2 -1      xml-xerces/java/docs/dtd/book.dtd
  
  Index: book.dtd
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/docs/dtd/book.dtd,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- book.dtd	2000/05/23 01:13:18	1.1
  +++ book.dtd	2000/06/02 17:30:36	1.2
  @@ -39,6 +39,7 @@
   
   <!ELEMENT container (entry)+>
   <!ATTLIST container id    ID    #IMPLIED
  +	            source CDATA #REQUIRED
                  	    label CDATA #REQUIRED>
   
   <!ELEMENT entry EMPTY>
  @@ -51,4 +52,4 @@
                      
   <!ELEMENT separator EMPTY>
   
  -<!-- CVS $Revision: 1.1 $ $Date: 2000/05/23 01:13:18 $ -->
  +<!-- CVS $Revision: 1.2 $ $Date: 2000/06/02 17:30:36 $ -->