]> granicus.if.org Git - apache/commitdiff
add <transnote> element
authorAstrid Kessler <kess@apache.org>
Wed, 8 Jan 2003 07:09:03 +0000 (07:09 +0000)
committerAstrid Kessler <kess@apache.org>
Wed, 8 Jan 2003 07:09:03 +0000 (07:09 +0000)
This element should only be used in non-english documentation to include
some translation notes.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98197 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/style/common.dtd

index 25cc191149395f8785ad1f8481847be655e9063c..6ad4661f248ead0d952d3ab133bd483da63905c6 100644 (file)
@@ -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
   width       CDATA   #IMPLIED >
 
 <!ELEMENT blockquote %Block;>
-<!ATTLIST blockquote cite CDATA #IMPLIED >
+<!ATTLIST blockquote cite CDATA #IMPLIED >
\ No newline at end of file