You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by nd...@apache.org on 2002/11/12 04:43:03 UTC

cvs commit: httpd-2.0/docs/manual/style manualpage.dtd

nd          2002/11/11 19:43:02

  Modified:    docs/manual/style manualpage.dtd
  Log:
  make <parentdocument> legal
  
  Revision  Changes    Path
  1.5       +5 -1      httpd-2.0/docs/manual/style/manualpage.dtd
  
  Index: manualpage.dtd
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/style/manualpage.dtd,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- manualpage.dtd	26 Jul 2002 17:42:02 -0000	1.4
  +++ manualpage.dtd	12 Nov 2002 03:43:02 -0000	1.5
  @@ -4,9 +4,13 @@
   %common;
   
   <!-- <manualpage> is the root element -->
  -<!ELEMENT manualpage (relativepath, title, summary?, seealso*, section*)>
  +<!ELEMENT manualpage (relativepath, parentdocument?, title, summary?,
  +seealso*, section*)>
   
   <!-- The path to the root of the documentation from the current doc -->
   <!ELEMENT relativepath EMPTY>
   <!ATTLIST relativepath href CDATA #REQUIRED >
   
  +<!-- The path and title of the parent document -->
  +<!ELEMENT parentdocument (#PCDATA)>
  +<!ATTLIST parentdocument href CDATA #REQUIRED >