Difference between revisions of "DevTools:ThML"

From CrossWire Bible Society
Jump to: navigation, search
(New page: ThML is another XML dialect which can be used to create modules for Crosswire software. Please note that ThML support is not anymore actively pursued by the developers. Also you can not ...)
 
Line 2: Line 2:
  
 
Please note that ThML support is not anymore actively pursued by the developers. Also you can not submit any ThML modules to Crosswire for publication.
 
Please note that ThML support is not anymore actively pursued by the developers. Also you can not submit any ThML modules to Crosswire for publication.
 +
 +
Supported ThML tags include: <sync> (with type parameters of Strongs, morph, & lemma), <scripRef>, and <note> (plus closing tags where appropriate). HTML tags that ThML inherits, which may be used in SWORD modules include <div> (with types of sechead for section headings and title for titles, <i>, <br>, and <b>. Additional HTML tags may be interpreted by those SWORD frontends that render HTML, but will not be translated to RTF for the Win32 frontend.
  
 
The ThML tags that JSword handles are:
 
The ThML tags that JSword handles are:
a
+
* a
big
+
* big
blockquote
+
* blockquote
br
+
* br
b
+
* b
center
+
* center
citation
+
* citation
col
+
* col
dd
+
* dd
dir
+
* dir
div
+
* div
dl
+
* dl
dt
+
* dt
em
+
* em
font
+
* font
foreign
+
* foreign
hr
+
* hr
h1..h6
+
* h1..h6
img
+
* img
i
+
* i
li
+
* li
name
+
* name
note
+
* note
ol
+
* ol
pb
+
* pb
p
+
* p
pre
+
* pre
row
+
* row
scripref
+
* scripref
scripture
+
* scripture
small
+
* small
span
+
* span
strong
+
* strong
sub
+
* sub
sup
+
* sup
sync
+
* sync
table
+
* table
td
+
* td
term
+
* term
th
+
* th
tr
+
* tr
ul
+
* ul
u
+
* u

Revision as of 22:58, 10 June 2008

ThML is another XML dialect which can be used to create modules for Crosswire software.

Please note that ThML support is not anymore actively pursued by the developers. Also you can not submit any ThML modules to Crosswire for publication.

Supported ThML tags include: <sync> (with type parameters of Strongs, morph, & lemma), <scripRef>, and <note> (plus closing tags where appropriate). HTML tags that ThML inherits, which may be used in SWORD modules include
(with types of sechead for section headings and title for titles, ,
, and . Additional HTML tags may be interpreted by those SWORD frontends that render HTML, but will not be translated to RTF for the Win32 frontend.

The ThML tags that JSword handles are:

  • a
  • big
  • blockquote
  • br
  • b
  • center
  • citation
  • col
  • dd
  • dir
  • div
  • dl
  • dt
  • em
  • font
  • foreign
  • hr
  • h1..h6
  • img
  • i
  • li
  • name
  • note
  • ol
  • pb
  • p
  • pre
  • row
  • scripref
  • scripture
  • small
  • span
  • strong
  • sub
  • sup
  • sync
  • table
  • td
  • term
  • th
  • tr
  • ul
  • u