commit: a21e370404778ff7ad301e7fc5ca04a6f4f3b772
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 26 08:58:13 2019 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Thu Dec 26 17:58:45 2019 +0000
URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=a21e3704
devbook.dtd: Remove sup, sub, and path elements.
These are not supported by devbook.xsl.
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
devbook.dtd | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/devbook.dtd b/devbook.dtd
index beca012..946a7f1 100644
--- a/devbook.dtd
+++ b/devbook.dtd
@@ -6,7 +6,7 @@
<!ENTITY % block.class "p|pre|codesample|note|important|warning|todo
|figure|table|ul|ol|dl">
-<!ENTITY % inline.class "sup|sub|b|c|d|e|path|uri">
+<!ENTITY % inline.class "b|c|e|d|uri">
<!ENTITY % all.class "%block.class;|%inline.class;">
<!ELEMENT guide (chapter, include*)>
@@ -85,12 +85,9 @@
<!-- The following is strange, but devbook.xsl expects only p elements -->
<!ELEMENT dd (p)+>
-<!ELEMENT sup (#PCDATA|%inline.class;)*>
-<!ELEMENT sub (#PCDATA|%inline.class;)*>
<!ELEMENT b (#PCDATA|%inline.class;)*>
<!ELEMENT c (#PCDATA|%inline.class;)*>
<!ELEMENT e (#PCDATA|%inline.class;)*>
-<!ELEMENT path (#PCDATA|%inline.class;)*>
<!ELEMENT d EMPTY>
<!ELEMENT uri (#PCDATA|%inline.class;)*>