dion        2002/10/27 23:48:23

  Modified:    src/xsd  navigation-1.0.dtd navigation-1.0.mod
  Log:
  Fix for items not having child items
  
  Revision  Changes    Path
  1.2       +1 -1      jakarta-turbine-maven/src/xsd/navigation-1.0.dtd
  
  Index: navigation-1.0.dtd
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/xsd/navigation-1.0.dtd,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- navigation-1.0.dtd        28 Oct 2002 07:40:48 -0000      1.1
  +++ navigation-1.0.dtd        28 Oct 2002 07:48:22 -0000      1.2
  @@ -34,7 +34,7 @@
   
   CHANGE HISTORY:
   [Version 1.0]
  -  20021027 Initial version. (SN)
  +  20021027 Initial version. (DG)
   
   COPYRIGHT:
     Copyright (c) 2002 The Apache Software Foundation.
  
  
  
  1.2       +3 -2      jakarta-turbine-maven/src/xsd/navigation-1.0.mod
  
  Index: navigation-1.0.mod
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/xsd/navigation-1.0.mod,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- navigation-1.0.mod        28 Oct 2002 07:40:48 -0000      1.1
  +++ navigation-1.0.mod        28 Oct 2002 07:48:22 -0000      1.2
  @@ -35,7 +35,8 @@
   
   CHANGE HISTORY:
   [Version 1.0]
  -  20021027 Initial version. (SN)
  +  20021027 Initial version. (DG)
  +  20021027 Forgot that items can contain items (DG)
   
   COPYRIGHT:
     Copyright (c) 2002 The Apache Software Foundation.
  @@ -57,7 +58,7 @@
     <!ELEMENT title (#PCDATA)>
     <!ELEMENT body (links*, menu*)>
       <!ELEMENT links (item*)>
  -      <!ELEMENT item EMPTY>
  +      <!ELEMENT item (item*)>
         <!ATTLIST item
           name CDATA #REQUIRED
           href CDATA #REQUIRED>
  
  
  

--
To unsubscribe, e-mail:   <mailto:turbine-maven-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:turbine-maven-dev-help@;jakarta.apache.org>

Reply via email to