You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by ni...@apache.org on 2003/12/28 23:51:06 UTC

cvs commit: xml-forrest/src/core/context/resources/schema/dtd tab-cocoon-v11.dtd

nicolaken    2003/12/28 14:51:06

  Modified:    src/core/context/resources/schema catalog catalog.xcat
  Added:       src/core/context/resources/schema/dtd tab-cocoon-v11.dtd
  Log:
  New tab DTD
  
  Revision  Changes    Path
  1.2       +2 -0      xml-forrest/src/core/context/resources/schema/catalog
  
  Index: catalog
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/core/context/resources/schema/catalog,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- catalog	20 Oct 2003 15:38:10 -0000	1.1
  +++ catalog	28 Dec 2003 22:51:06 -0000	1.2
  @@ -20,6 +20,8 @@
          "dtd/book-cocoon-v10.dtd"
   PUBLIC "-//APACHE//DTD Cocoon Documentation Tab V1.0//EN"
          "dtd/tab-cocoon-v10.dtd"
  +PUBLIC "-//APACHE//DTD Cocoon Documentation Tab V1.1//EN"
  +       "dtd/tab-cocoon-v11.dtd"
   
   -- New unfinished DTDs --
   PUBLIC "-//APACHE//DTD Documentation V2.0a//EN"
  
  
  
  1.2       +2 -0      xml-forrest/src/core/context/resources/schema/catalog.xcat
  
  Index: catalog.xcat
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/core/context/resources/schema/catalog.xcat,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- catalog.xcat	20 Oct 2003 15:38:10 -0000	1.1
  +++ catalog.xcat	28 Dec 2003 22:51:06 -0000	1.2
  @@ -20,6 +20,8 @@
           uri="dtd/book-cocoon-v10.dtd"/>
   <public publicId="-//APACHE//DTD Cocoon Documentation Tab V1.0//EN"
           uri="dtd/tab-cocoon-v10.dtd"/>
  +<public publicId="-//APACHE//DTD Cocoon Documentation Tab V1.1//EN"
  +        uri="dtd/tab-cocoon-v11.dtd"/>
   
   <!-- New unfinished DTDs -->
   <public publicId="-//APACHE//DTD Documentation V2.0a//EN"
  
  
  
  1.1                  xml-forrest/src/core/context/resources/schema/dtd/tab-cocoon-v11.dtd
  
  Index: tab-cocoon-v11.dtd
  ===================================================================
  <!-- ===================================================================
       
       Apache Cocoon Documentation Tab DTD (Version 1.0)
  
  PURPOSE:
  This DTD defines the */tab.xml documentation configuration files.  Tabs are
  visual indicators that a certain subsection of the URI space is being browsed.
  
  TYPICAL INVOCATION:
  
    <!DOCTYPE tab PUBLIC
         "-//APACHE//DTD Cocoon Documentation Tab Vx.yz//EN"
         "tab-cocoon-vxyz.dtd">
  
    where 
    
      x := major version
      y := minor version
      z := status identifier (optional)
        
  NOTES:
    
  AUTHORS:
    Bert Van Kets <be...@vankets.com>
    Jeff Turner <je...@apache.org>
    
  FIXME:
    - find the proper DTD for top.xml
  
  CHANGE HISTORY:
    20031223 Allow nested tags (RDG)
    20030521 Add @id (JT)
    20021102 Revised to allow either @dir or @href (JT)
    20020506 Initial version. (BVK)
      
  COPYRIGHT:
    Copyright (c) 2002 The Apache Software Foundation.
    
    Permission to copy in any form is granted provided this notice is 
    included in all copies. Permission to redistribute is granted 
    provided this file is distributed untouched in all its parts and 
    included files.
    
  ==================================================================== -->
  <!ELEMENT tabs (tab)*>
  <!ELEMENT tab (tab)*>
  <!ATTLIST tabs
    software CDATA #REQUIRED
    title CDATA #REQUIRED
    copyright CDATA #REQUIRED
    xmlns:xlink CDATA #IMPLIED
  >
  <!ATTLIST tab
    id CDATA #IMPLIED
    label CDATA #REQUIRED
    dir CDATA #IMPLIED
    indexfile CDATA #IMPLIED
    href CDATA #IMPLIED
    type (visible | hidden) "visible"
  >
  <!-- =============================================================== -->
  <!-- End of DTD -->
  <!-- =============================================================== -->