diff options
author | Astrid Malo <kess@apache.org> | 2004-11-28 13:45:52 +0100 |
---|---|---|
committer | Astrid Malo <kess@apache.org> | 2004-11-28 13:45:52 +0100 |
commit | edca1626aaed181845eed1965f15fdfdf7669d5d (patch) | |
tree | dcc813598fd6683a926222912c7f1bfe1a2ad90e /docs/manual/style/common.dtd | |
parent | well, program needs to be defined, not just referenced... (diff) | |
download | apache2-edca1626aaed181845eed1965f15fdfdf7669d5d.tar.xz apache2-edca1626aaed181845eed1965f15fdfdf7669d5d.zip |
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
Diffstat (limited to '')
-rw-r--r-- | docs/manual/style/common.dtd | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/manual/style/common.dtd b/docs/manual/style/common.dtd index ed13936eea..8b9285a45b 100644 --- a/docs/manual/style/common.dtd +++ b/docs/manual/style/common.dtd @@ -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)> + |