diff options
Diffstat (limited to 'helpers')
-rw-r--r-- | helpers/xmlhelp.dtd | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/helpers/xmlhelp.dtd b/helpers/xmlhelp.dtd index 6a4ef9778b..fcb1076b57 100644 --- a/helpers/xmlhelp.dtd +++ b/helpers/xmlhelp.dtd @@ -228,7 +228,7 @@ Version Nov 2018 select (sys | appl | distrib | target | ver | lang) #REQUIRED > -<!ELEMENT table (caption*, tablerow+)> +<!ELEMENT table (caption*, tablehead*, tablerow+)> <!ATTLIST table name CDATA #IMPLIED width CDATA #IMPLIED @@ -254,6 +254,11 @@ Version Nov 2018 unit CDATA #IMPLIED > +<!ELEMENT tablehead (tablerow+)> +<!ATTLIST tablehead + class CDATA #IMPLIED +> + <!ELEMENT title (#PCDATA)> <!ATTLIST title xml-lang CDATA #IMPLIED |