<div>Hello,</div><div ><br/></div><div>I apologise if this mailing list is not appropriate for my 2 questions:</div><div ><br/></div><div>Question #1:</div><div><br /></div><div>I want to create my own sword module (for my private purpose only - license reason) for the bible, but I do not understand correctly how to code four header types (title tags) - see images http://i.imgur.com/PBac4S5.png and http://i.imgur.com/BMl6Ipe.png</div><div ><br/></div><div>(in HTML meaning) H1 (&quot;Pocatek&quot;) and H2 (&quot;STVORITEL A STVORENI&quot; ev. &quot;TAJEMSTVI A DIV STVORENI&quot;)  are headers that cover more chapters</div><div ><br/></div><div>H3 (&quot;Vse pro cloveka&quot;) is a header for few verses, H4 (&quot;Buh tvori slovem...&quot;) is &quot;description&quot; of H4. But as you can see sometimes H3 misses (Gen 1:1).</div><div ><br/></div><div>I suppose that the basic code should look like this (this code originates from http://crosswire.org/wiki/OSIS_Bibles):</div><div ><br/></div><div>&lt;div type=&quot;bookGroup&quot;&gt;<br />        &lt;title&gt;Old Testament&lt;/title&gt;<br />        &lt;div type=&quot;book&quot; osisID=&quot;Gen&quot; canonical=&quot;true&quot;&gt;<br />&lt;title type=&quot;main&quot; short=&quot;Genesis&quot;&gt;PRVNI MOJZISOVA - GENESIS&lt;/title&gt;</div><div>     &lt;TITLE TYPE=&quot;?H1?&quot;&gt;Pocatek&lt;/TITLE&gt;</div><div>     &lt;TITLE TYPE=&quot;?H2?&quot;&gt;STVORITEL A STVORENI&lt;/TITLE&gt;</div><div>     &lt;TITLE TYPE=&quot;?H4?&quot;&gt;Buh je stvoritel&lt;/TITLE&gt;</div><div>&lt;chapter osisID=&quot;Gen.1&quot; chapterTitle=&quot;CHAPTER 1.&quot;&gt;</div><div>&lt;verse sID=&quot;Gen.1.1&quot; osisID=&quot;Gen.1.1&quot;/&gt;In the beginning ...<br />                        &lt;verse eID=&quot;Gen.1.1&quot;/&gt;<br />                        &lt;verse sID=&quot;Gen.1.2&quot; osisID=&quot;Gen.1.2&quot;/&gt;And the earth was without form ...<br />                        &lt;verse eID=&quot;Gen.1.2&quot;/&gt;<br /><div>     &lt;TITLE TYPE=&quot;?H2?&quot;&gt;TAJEMSTVI A DIV STVORENI&lt;/TITLE&gt;</div></div><div><div>     &lt;TITLE TYPE=&quot;?H3?&quot;&gt;Vse pro cloveka&lt;/TITLE&gt;</div></div><div><div>     &lt;TITLE TYPE=&quot;?H4?&quot;&gt;Buh tvori slovem&lt;/TITLE&gt;</div></div><div>&lt;verse sID=&quot;Gen.1.3&quot; osisID=&quot;Gen.1.3&quot;/&gt;And God said...<br />&lt;verse eID=&quot;Gen.1.3&quot;/&gt;<br /></div><div>...</div><div>                &lt;/chapter&gt;<br />        &lt;/div&gt;<br />&lt;/div&gt;<br /></div><div><br /></div><div>Can you, please, direct me how to encode these four titles?</div><div><br /></div><div>Question #2:</div><div><br /></div><div>I want to include deutherocanonical &quot;Additions to Esther&quot; directly into the &quot;Esther&quot; book. I see three ways:</div><div>1. insert the Addition as &quot;included chapter&quot; - with special verse numbers, different from Esther &quot;envelope&quot;</div><div>2. insert the Addition as the free text paragraph (no verse numbers, only text with the title &quot;BEGINNING OF THE DEUTHEROCANONICAL TEXT&quot; and the trailer &quot;END OF THE DEUTHEROCANONICAL TEXT&quot;)</div><div>3. create these Additions as special books and at Esther insert only link</div><div><br /></div><div>What is the recommended way? What is the corresponding OSIS code?</div><div><br /></div><div>Thank you very much (and I hope you understand my horrible English)</div><div><br /></div><div>Best Regards</div><div><br /></div><div>Ivo Dostal</div><div><br /></div>