summaryrefslogtreecommitdiff
path: root/helpers
diff options
context:
space:
mode:
Diffstat (limited to 'helpers')
-rw-r--r--helpers/xmlhelp.dtd12
1 files changed, 7 insertions, 5 deletions
diff --git a/helpers/xmlhelp.dtd b/helpers/xmlhelp.dtd
index 20dbe802db..135f561a62 100644
--- a/helpers/xmlhelp.dtd
+++ b/helpers/xmlhelp.dtd
@@ -41,7 +41,9 @@ Version Nov 2018
<!ELEMENT bascode (paragraph+)>
-<!ELEMENT body (h1 | h2 | h3 | h4 | h5 | h6 | section | paragraph | table | comment | bookmark | switch | embed | list | sort | bascode | note | warning |tip)*>
+<!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 bookmark (bookmark_value)*>
<!ATTLIST bookmark
@@ -62,7 +64,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)*>
+<!ELEMENT case (h1 | h2 | h3 | h4 | h5 | h6 | note | warning |tip | paragraph | table | comment | bookmark | embed | link | list | switch | section | sort | bascode | pycode)*>
<!ATTLIST case
select CDATA #REQUIRED
>
@@ -79,7 +81,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)*>
+<!ELEMENT default (h1 | h2 | h3 | h4 | h5 | h6 | note | warning |tip | paragraph | table | comment | bookmark | embed | link | list | switch | section | sort | bascode | pycode)*>
<!ELEMENT defaultinline (#PCDATA | image | embedvar | br | emph | sub | sup | item | link | switchinline | variable | ahelp | object | keycode | menuitem | input | literal | widget)*>
@@ -205,7 +207,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 | note |warning | tip)*>
+<!ELEMENT section (section | h1 | h2 | h3 | h4 | h5 | h6 | paragraph | table | list | comment | bookmark | embed | switch | sort | bascode | pycode | note |warning | tip)*>
<!ATTLIST section
id CDATA #REQUIRED
>
@@ -235,7 +237,7 @@ Version Nov 2018
id CDATA #REQUIRED
>
-<!ELEMENT tablecell (section | paragraph | comment | embed | bookmark | image | list | bascode)*>
+<!ELEMENT tablecell (section | paragraph | comment | embed | bookmark | image | list | bascode | pycode)*>
<!ATTLIST tablecell
colspan CDATA #IMPLIED
rowspan CDATA #IMPLIED