diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2018-12-13 11:02:19 -0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2018-12-13 14:20:02 +0100 |
commit | 1405725db5080e22b5567fde2a81610f4e0b0bed (patch) | |
tree | 12b83fac96cabc7a6593dbfe3f07d9eb305a6012 /helpers | |
parent | ff95264637de17c48fa5de9765c97bb103cf077b (diff) |
Update DTD for <pycode>
Change-Id: Icbda71715b4c23644699e9963983ab2db7c0074a
Reviewed-on: https://gerrit.libreoffice.org/65103
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'helpers')
-rw-r--r-- | helpers/xmlhelp.dtd | 12 |
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 |