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 2004/11/28 13:45:53 UTC

svn commit: r106801 - /httpd/httpd/trunk/docs/manual/style/common.dtd

Author: kess
Date: Sun Nov 28 04:45:52 2004
New Revision: 106801

URL: http://svn.apache.org/viewcvs?view=rev&rev=106801
Log:
add missing definition for the glossary and phonetic elements

Modified:
   httpd/httpd/trunk/docs/manual/style/common.dtd

Modified: httpd/httpd/trunk/docs/manual/style/common.dtd
Url: http://svn.apache.org/viewcvs/httpd/httpd/trunk/docs/manual/style/common.dtd?view=diff&rev=106801&p1=httpd/httpd/trunk/docs/manual/style/common.dtd&r1=106800&p2=httpd/httpd/trunk/docs/manual/style/common.dtd&r2=106801
==============================================================================
--- httpd/httpd/trunk/docs/manual/style/common.dtd	(original)
+++ httpd/httpd/trunk/docs/manual/style/common.dtd	Sun Nov 28 04:45:52 2004
@@ -171,3 +171,13 @@
 <!-- The path and title of the parent document -->
 <!ELEMENT parentdocument (#PCDATA)>
 <!ATTLIST parentdocument href CDATA #REQUIRED >
+
+<!-- The glossary element defines a special case of link. The referenced
+     target is the name of an anchor within the glossary -->
+<!ELEMENT glossary %Inline;>
+<!ATTLIST glossary ref CDATA #REQUIRED>
+
+<!-- The phonetic element should be used only within the glossary. It
+     describes a pronounciation -->
+<!ELEMENT phonetic (#PCDATA)>
+