diff options
Diffstat (limited to 'helpers/xmlhelp.dtd')
-rw-r--r-- | helpers/xmlhelp.dtd | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/helpers/xmlhelp.dtd b/helpers/xmlhelp.dtd index fcb1076b57..99eac47f9b 100644 --- a/helpers/xmlhelp.dtd +++ b/helpers/xmlhelp.dtd @@ -24,6 +24,7 @@ Version 06-Jun-2017 Version Nov 2018 Added extensions: H1, .. H6, menuitem, keycode, literal input, widget, note, tip, warning + Added extensions: pycode, sqlcode, bascode --> <!ELEMENT ahelp (#PCDATA | embedvar | br | comment | emph | menuitem | widget | keycode | input | literal | sub | sup | item | link | switchinline | variable)*> @@ -43,7 +44,9 @@ Version Nov 2018 <!ELEMENT pycode (paragraph+)> -<!ELEMENT body (h1 | h2 | h3 | h4 | h5 | h6 | section | paragraph | table | comment | bookmark | switch | embed | list | sort | bascode | pycode | note | warning |tip)*> +<!ELEMENT sqlcode (paragraph+)> + +<!ELEMENT body (h1 | h2 | h3 | h4 | h5 | h6 | section | paragraph | table | comment | bookmark | switch | embed | list | sort | bascode | pycode | sqlcode | note | warning | tip)*> <!ELEMENT bookmark (bookmark_value)*> <!ATTLIST bookmark @@ -64,7 +67,7 @@ Version Nov 2018 localize CDATA #IMPLIED > -<!ELEMENT case (h1 | h2 | h3 | h4 | h5 | h6 | note | warning |tip | paragraph | table | comment | bookmark | embed | link | list | switch | section | sort | bascode | pycode)*> +<!ELEMENT case (h1 | h2 | h3 | h4 | h5 | h6 | note | warning |tip | paragraph | table | comment | bookmark | embed | link | list | switch | section | sort | bascode | pycode | sqlcode )*> <!ATTLIST case select CDATA #REQUIRED > @@ -81,7 +84,7 @@ Version Nov 2018 date CDATA #REQUIRED > -<!ELEMENT default (h1 | h2 | h3 | h4 | h5 | h6 | note | warning |tip | paragraph | table | comment | bookmark | embed | link | list | switch | section | sort | bascode | pycode)*> +<!ELEMENT default (h1 | h2 | h3 | h4 | h5 | h6 | note | warning |tip | paragraph | table | comment | bookmark | embed | link | list | switch | section | sort | bascode | pycode | sqlcode)*> <!ELEMENT defaultinline (#PCDATA | image | embedvar | br | emph | sub | sup | item | link | switchinline | variable | ahelp | object | keycode | menuitem | input | literal | widget)*> @@ -207,7 +210,7 @@ Version Nov 2018 localize CDATA #IMPLIED > -<!ELEMENT section (section | h1 | h2 | h3 | h4 | h5 | h6 | paragraph | table | list | comment | bookmark | embed | switch | sort | bascode | pycode | note |warning | tip)*> +<!ELEMENT section (section | h1 | h2 | h3 | h4 | h5 | h6 | paragraph | table | list | comment | bookmark | embed | switch | sort | bascode | pycode | sqlcode | note |warning | tip)*> <!ATTLIST section id CDATA #REQUIRED > |