You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ke...@apache.org on 2003/01/08 08:05:56 UTC

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

kess        2003/01/07 23:05:56

  Modified:    docs/manual/style Tag: APACHE_2_0_BRANCH common.dtd
  Log:
  add <transnote> element
  
  This element should only be used in non-english documentation to include
  some translation notes.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.11.2.3  +5 -2      httpd-2.0/docs/manual/style/common.dtd
  
  Index: common.dtd
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/style/common.dtd,v
  retrieving revision 1.11.2.2
  retrieving revision 1.11.2.3
  diff -u -r1.11.2.2 -r1.11.2.3
  --- common.dtd	15 Dec 2002 22:17:27 -0000	1.11.2.2
  +++ common.dtd	8 Jan 2003 07:05:56 -0000	1.11.2.3
  @@ -20,7 +20,7 @@
   <!-- Generic tag entities -->
   
   <!ENTITY % inlinetags "em | strong | code | a | br | directive | module | img
  -| cite | q | dfn | var">
  +| cite | q | dfn | var | transnote">
   
   <!ENTITY % blocktags "p | example | note | table | ul | ol | dl | pre
   | blockquote">
  @@ -78,6 +78,9 @@
   
   <!ELEMENT var %Inline;>
   
  +<!-- translators note -->
  +<!ELEMENT transnote %Inline;>
  +
   <!ELEMENT a %Inline;>
   <!ATTLIST a  href CDATA #IMPLIED
                name CDATA #IMPLIED
  @@ -140,4 +143,4 @@
     width       CDATA   #IMPLIED >
   
   <!ELEMENT blockquote %Block;>
  -<!ATTLIST blockquote cite CDATA #IMPLIED >
  +<!ATTLIST blockquote cite CDATA #IMPLIED >
  \ No newline at end of file