You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by cr...@apache.org on 2002/06/13 10:41:11 UTC

cvs commit: xml-forrest/src/resources/schema/dtd changes-v11.dtd faq-v11.dtd howto-v10.dtd todo-v11.dtd common-elems-v10.mod

crossley    2002/06/13 01:41:11

  Modified:    src/resources/schema/dtd changes-v11.dtd faq-v11.dtd
                        howto-v10.dtd todo-v11.dtd common-elems-v10.mod
  Log:
  Include the module of ISO character entity sets.
  
  Revision  Changes    Path
  1.5       +10 -0     xml-forrest/src/resources/schema/dtd/changes-v11.dtd
  
  Index: changes-v11.dtd
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/schema/dtd/changes-v11.dtd,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- changes-v11.dtd	11 Jun 2002 11:28:18 -0000	1.4
  +++ changes-v11.dtd	13 Jun 2002 08:41:11 -0000	1.5
  @@ -36,6 +36,7 @@
   CHANGE HISTORY:
   [Version 1.0]
     20020611 Initial version. (SN)
  +  20020613 Include the module of ISO character entity sets (DC)
   
   COPYRIGHT:
     Copyright (c) @year@ The Apache Software Foundation.
  @@ -55,6 +56,15 @@
       "-//APACHE//ENTITIES Documentation V1.1//EN"
       "document-v11.mod">
   %document;
  +
  +<!-- =============================================================== -->
  +<!-- Include the Common ISO Character Entity Sets -->
  +<!-- =============================================================== -->
  +
  +<!ENTITY % common-charents PUBLIC
  +    "-//APACHE//ENTITIES Common Character Entity Sets V1.0//EN"
  +    "common-charents-v10.mod">
  +%common-charents;
   
   <!-- =============================================================== -->
   <!-- Include the Common elements -->
  
  
  
  1.6       +10 -0     xml-forrest/src/resources/schema/dtd/faq-v11.dtd
  
  Index: faq-v11.dtd
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/schema/dtd/faq-v11.dtd,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- faq-v11.dtd	11 Jun 2002 11:28:18 -0000	1.5
  +++ faq-v11.dtd	13 Jun 2002 08:41:11 -0000	1.6
  @@ -35,6 +35,7 @@
     19991129 Initial version. (SM)
     20011212 Used public identifiers for external entities (SM)
     20020418 Added an (optional) 'part' element to create sections in a faq (SN)
  +  20020613 Include the module of ISO character entity sets (DC)
   
   COPYRIGHT:
     Copyright (c) @year@ The Apache Software Foundation.
  @@ -54,6 +55,15 @@
       "-//APACHE//ENTITIES Documentation V1.1//EN"
       "document-v11.mod">
   %document;
  +
  +<!-- =============================================================== -->
  +<!-- Include the Common ISO Character Entity Sets -->
  +<!-- =============================================================== -->
  +
  +<!ENTITY % common-charents PUBLIC
  +    "-//APACHE//ENTITIES Common Character Entity Sets V1.0//EN"
  +    "common-charents-v10.mod">
  +%common-charents;
   
   <!-- =============================================================== -->
   <!-- Document Type Definition -->
  
  
  
  1.4       +7 -1      xml-forrest/src/resources/schema/dtd/howto-v10.dtd
  
  Index: howto-v10.dtd
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/schema/dtd/howto-v10.dtd,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- howto-v10.dtd	7 Jun 2002 01:44:00 -0000	1.3
  +++ howto-v10.dtd	13 Jun 2002 08:41:11 -0000	1.4
  @@ -30,6 +30,7 @@
   CHANGE HISTORY:
     20020515 Initial version. (DS)
     20020521 Added feedback element. (DS)
  +  20020613 Include the module of ISO character entity sets (DC)
   
   COPYRIGHT:
     Copyright (c) @year@ The Apache Software Foundation.
  @@ -48,7 +49,7 @@
   <!ENTITY % local.headers ", last-modified-content-date">
   
   <!-- =============================================================== -->
  -<!-- Include the Documentation DTD -->
  +<!-- Include other DTD modules and entity sets -->
   <!-- =============================================================== -->
   
   <!ENTITY % document PUBLIC
  @@ -60,6 +61,11 @@
       "-//APACHE//ENTITIES FAQ V1.1//EN"
       "faq-v11.mod">
   %faq;
  +
  +<!ENTITY % common-charents PUBLIC
  +    "-//APACHE//ENTITIES Common Character Entity Sets V1.0//EN"
  +    "common-charents-v10.mod">
  +%common-charents;
   
   <!-- =============================================================== -->
   <!-- Document Type Definition -->
  
  
  
  1.4       +10 -0     xml-forrest/src/resources/schema/dtd/todo-v11.dtd
  
  Index: todo-v11.dtd
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/schema/dtd/todo-v11.dtd,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- todo-v11.dtd	11 Jun 2002 11:28:18 -0000	1.3
  +++ todo-v11.dtd	13 Jun 2002 08:41:11 -0000	1.4
  @@ -39,6 +39,7 @@
     19991225 Added actions element for better structure (SM)
   [Version 1.1]
     20011212 Used public identifiers for external entities (SM)
  +  20020613 Include the module of ISO character entity sets (DC)
   
   COPYRIGHT:
     Copyright (c) @year@ The Apache Software Foundation.
  @@ -58,6 +59,15 @@
       "-//APACHE//ENTITIES Documentation V1.1//EN"
       "document-v11.mod">
   %document;
  +
  +<!-- =============================================================== -->
  +<!-- Include the Common ISO Character Entity Sets -->
  +<!-- =============================================================== -->
  +
  +<!ENTITY % common-charents PUBLIC
  +    "-//APACHE//ENTITIES Common Character Entity Sets V1.0//EN"
  +    "common-charents-v10.mod">
  +%common-charents;
   
   <!-- =============================================================== -->
   <!-- Include the Common elements -->
  
  
  
  1.3       +2 -2      xml-forrest/src/resources/schema/dtd/common-elems-v10.mod
  
  Index: common-elems-v10.mod
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/schema/dtd/common-elems-v10.mod,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- common-elems-v10.mod	12 Jun 2002 02:41:23 -0000	1.2
  +++ common-elems-v10.mod	13 Jun 2002 08:41:11 -0000	1.3
  @@ -8,8 +8,8 @@
   TYPICAL INVOCATION:
   
     <!ENTITY % common PUBLIC
  -      "-//APACHE//ENTITIES Common elements V1.0//EN"
  -      "common-elems-v10.mod">
  +      "-//APACHE//ENTITIES Common elements Vx.y//EN"
  +      "common-elems-vxy.mod">
     %common;
   
     where