]> granicus.if.org Git - apache/commitdiff
Added <indent> element (after a discussion with and reviewed by nd)
authorAstrid Kessler <kess@apache.org>
Fri, 4 Oct 2002 13:42:34 +0000 (13:42 +0000)
committerAstrid Kessler <kess@apache.org>
Fri, 4 Oct 2002 13:42:34 +0000 (13:42 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97096 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/style/common.dtd

index 587c1bfbcdca631d0b34cb95e8ae3862b121d971..edb4db283a724a428a8a937fa5ddf3faf4abb8e9 100644 (file)
 <!ELEMENT p %Inline;>
 <!ATTLIST p class CDATA  #IMPLIED>
 
+<!-- the indent element is used to indent code examples. example/indent and
+     code/indent is now replacing pre. -->
+<!ELEMENT indent ( #PCDATA | indent | %inlinetags; )*>
+
 <!ELEMENT em %Inline;>
 
 <!ELEMENT strong %Inline;>
 
-<!ELEMENT code %Inline;>
+<!ELEMENT code (#PCDATA | indent | %inlinetags;)*>
 
 <!ELEMENT cite %Inline;>
 
@@ -65,7 +69,9 @@
 
 <!ELEMENT br EMPTY>
 
-<!ELEMENT example (#PCDATA | title | %inlinetags; | %blocktags;)*>
+<!-- Note: The example and note elements should not have more then one
+           title. -->
+<!ELEMENT example (#PCDATA | title | indent | %inlinetags; | %blocktags;)*>
 
 <!ELEMENT note (#PCDATA | title | %inlinetags; | %blocktags;)*>
 <!ATTLIST note type CDATA #IMPLIED>