[Libreoffice-commits] dev-tools.git: helpauthoring/filter

Christian Lohmaier lohmaier+LibreOffice at googlemail.com
Tue Jan 26 04:56:01 PST 2016


 helpauthoring/filter/xmlhelp.dtd |   18 +++++++++++-------
 1 file changed, 11 insertions(+), 7 deletions(-)

New commits:
commit 33c72614de2a9d3add66a9fce81233f66fb55e6d
Author: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
Date:   Tue Jan 26 13:54:35 2016 +0100

    add superscript "sup" and subscript "sub" tags to xmlhelp.dtd
    
    were added to the one in helpcontent repository in
    e3ed3283b7867afa0084371e2050ed6a23a59d37

diff --git a/helpauthoring/filter/xmlhelp.dtd b/helpauthoring/filter/xmlhelp.dtd
index 50ffe8e..3d915d8 100644
--- a/helpauthoring/filter/xmlhelp.dtd
+++ b/helpauthoring/filter/xmlhelp.dtd
@@ -20,7 +20,7 @@ Version 03-Feb-2006
   added optional localize attribute to images
 -->
 
-<!ELEMENT ahelp (#PCDATA | embedvar | br | comment | emph | item | link | switchinline | variable)*>
+<!ELEMENT ahelp (#PCDATA | embedvar | br | comment | emph | sub | sup | item | link | switchinline | variable)*>
 <!ATTLIST ahelp
   hid CDATA #REQUIRED
   visibility (hidden | visible) #IMPLIED
@@ -47,7 +47,7 @@ Version 03-Feb-2006
 
 <!ELEMENT br EMPTY>
 
-<!ELEMENT caption (#PCDATA | embedvar | br | emph | item | link | switchinline | variable)*>
+<!ELEMENT caption (#PCDATA | embedvar | br | emph | sub | sup | item | link | switchinline | variable)*>
 <!ATTLIST caption
   xml-lang CDATA #REQUIRED
   id CDATA #REQUIRED
@@ -59,7 +59,7 @@ Version 03-Feb-2006
   select CDATA #REQUIRED
 >
 
-<!ELEMENT caseinline (#PCDATA | image | embedvar | br | emph | item | link | switchinline | variable | ahelp | object)*>
+<!ELEMENT caseinline (#PCDATA | image | embedvar | br | emph | sub | sup | item | link | switchinline | variable | ahelp | object)*>
 <!ATTLIST caseinline
   select CDATA #REQUIRED
 >
@@ -73,7 +73,7 @@ Version 03-Feb-2006
 
 <!ELEMENT default (paragraph | table | comment | bookmark | embed | link | list | switch | section | sort)*>
 
-<!ELEMENT defaultinline (#PCDATA | image | embedvar | br | emph | item | link | switchinline | variable | ahelp | object)*>
+<!ELEMENT defaultinline (#PCDATA | image | embedvar | br | emph | sub | sup | item | link | switchinline | variable | ahelp | object)*>
 
 <!ELEMENT embed EMPTY>
 <!ATTLIST embed
@@ -90,6 +90,10 @@ Version 03-Feb-2006
 
 <!ELEMENT emph (#PCDATA | item | comment | help-id-missing)*>
 
+<!ELEMENT sub (#PCDATA | item | comment | help-id-missing)*>
+
+<!ELEMENT sup (#PCDATA | item | comment | help-id-missing)*>
+
 <!ELEMENT filename (#PCDATA)>
 
 <!ELEMENT helpdocument (meta, body)>
@@ -113,7 +117,7 @@ Version 03-Feb-2006
   type CDATA #REQUIRED
 >
 
-<!ELEMENT link (#PCDATA | embedvar | emph | item | variable | switchinline)*>
+<!ELEMENT link (#PCDATA | embedvar | emph | sub | sup | item | variable | switchinline)*>
 <!ATTLIST link
   href CDATA #REQUIRED
   name CDATA #IMPLIED
@@ -148,7 +152,7 @@ Version 03-Feb-2006
   width CDATA #IMPLIED
 >
 
-<!ELEMENT paragraph (#PCDATA | image | comment | embedvar | br | emph | item | link | switchinline | variable | ahelp | object | bookmark | help-id-missing)*>
+<!ELEMENT paragraph (#PCDATA | image | comment | embedvar | br | emph | sub | sup | item | link | switchinline | variable | ahelp | object | bookmark | help-id-missing)*>
 <!ATTLIST paragraph
   role CDATA #REQUIRED
   level CDATA #IMPLIED
@@ -219,7 +223,7 @@ Version 03-Feb-2006
     status (DRAFT | FINAL | PUBLISH | STALLED | DEPRECATED) #IMPLIED
 >
 
-<!ELEMENT variable (#PCDATA | ahelp | embedvar | br | emph | item | link | variable | image | object | switchinline)*>
+<!ELEMENT variable (#PCDATA | ahelp | embedvar | br | emph | sub | sup | item | link | variable | image | object | switchinline)*>
 <!ATTLIST variable
   id CDATA #REQUIRED
   visibility (hidden | visible) #IMPLIED


More information about the Libreoffice-commits mailing list