You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by je...@apache.org on 2003/05/21 08:47:01 UTC

cvs commit: xml-forrest/src/resources/schema/dtd tab-cocoon-v10.dtd

jefft       2003/05/20 23:47:01

  Modified:    src/resources/schema/dtd tab-cocoon-v10.dtd
  Log:
  Allow @id on tabs, in support of attempts to disassociate tabs from directories
  
  Revision  Changes    Path
  1.7       +2 -0      xml-forrest/src/resources/schema/dtd/tab-cocoon-v10.dtd
  
  Index: tab-cocoon-v10.dtd
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/schema/dtd/tab-cocoon-v10.dtd,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- tab-cocoon-v10.dtd	9 May 2003 03:16:43 -0000	1.6
  +++ tab-cocoon-v10.dtd	21 May 2003 06:47:01 -0000	1.7
  @@ -28,6 +28,7 @@
     - find the proper DTD for top.xml
   
   CHANGE HISTORY:
  +  20030521 Add @id (JT)
     20021102 Revised to allow either @dir or @href (JT)
     20020506 Initial version. (BVK)
       
  @@ -49,6 +50,7 @@
     xmlns:xlink CDATA #IMPLIED
   >
   <!ATTLIST tab
  +  id CDATA #IMPLIED
     label CDATA #REQUIRED
     dir CDATA #IMPLIED
     indexfile CDATA #IMPLIED