<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 ("Pocatek") and H2 ("STVORITEL A STVORENI" ev. "TAJEMSTVI A DIV STVORENI") are headers that cover more chapters</div><div ><br/></div><div>H3 ("Vse pro cloveka") is a header for few verses, H4 ("Buh tvori slovem...") is "description" 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><div type="bookGroup"><br />        <title>Old Testament</title><br />        <div type="book" osisID="Gen" canonical="true"><br /><title type="main" short="Genesis">PRVNI MOJZISOVA - GENESIS</title></div><div> <TITLE TYPE="?H1?">Pocatek</TITLE></div><div> <TITLE TYPE="?H2?">STVORITEL A STVORENI</TITLE></div><div> <TITLE TYPE="?H4?">Buh je stvoritel</TITLE></div><div><chapter osisID="Gen.1" chapterTitle="CHAPTER 1."></div><div><verse sID="Gen.1.1" osisID="Gen.1.1"/>In the beginning ...<br />                        <verse eID="Gen.1.1"/><br />                        <verse sID="Gen.1.2" osisID="Gen.1.2"/>And the earth was without form ...<br />                        <verse eID="Gen.1.2"/><br /><div> <TITLE TYPE="?H2?">TAJEMSTVI A DIV STVORENI</TITLE></div></div><div><div> <TITLE TYPE="?H3?">Vse pro cloveka</TITLE></div></div><div><div> <TITLE TYPE="?H4?">Buh tvori slovem</TITLE></div></div><div><verse sID="Gen.1.3" osisID="Gen.1.3"/>And God said...<br /><verse eID="Gen.1.3"/><br /></div><div>...</div><div>                </chapter><br />        </div><br /></div><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 "Additions to Esther" directly into the "Esther" book. I see three ways:</div><div>1. insert the Addition as "included chapter" - with special verse numbers, different from Esther "envelope"</div><div>2. insert the Addition as the free text paragraph (no verse numbers, only text with the title "BEGINNING OF THE DEUTHEROCANONICAL TEXT" and the trailer "END OF THE DEUTHEROCANONICAL TEXT")</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>