Commit e64f3a24 authored by Astrid Kessler's avatar Astrid Kessler
Browse files

add missing definition for the glossary and phonetic elements


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106801 13f79535-47bb-0310-9956-ffa450edef68
parent 5629f3b0
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -171,3 +171,13 @@ program | img | cite | q | dfn | var | transnote | glossary | phonetic">
<!-- 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)>