Hi<div><br></div><div>I'm using the XSLT spreadsheet derived from the basic JSword one And just trying to understand the title element. In particular the </div><div><br></div><div><title type="x-gen"> that identifies the section in the Bible for example that someone has looked up. Now I'm trying to find a definition of that, but finding it difficult?</div>
<div><br></div><div>Basically I want to remove that first line after transformation (saying for example "Romans 1:1-2" because I want to put my own version of the title instead). Can i safely assume that a title of type x-gen only occurs once at the top of the retrieved OSIS XML? I want to keep all the other titles that come out though.</div>
<div><br></div><div>Basically, in the following fragment, can I just simply ignore as I tranform the part in bold based on the title type 'x-gen'</div><div><br></div><div><div><div></div><div><b>  <title type="x-gen">Romans 1:1-6</title></b></div>
<div>  <verse osisID="Rom.1.1"></div><div>    <title subType="x-preverse" type="section">Greeting</title></div><div>    Paul,</div><div>    <note n="a" osisID="Rom.1.1!crossReference.a" osisRef="Rom.1.1" type="crossReference"></div>
<div>      [</div><div>      <reference osisRef="Gal.1.10">Gal. 1:10</reference></div><div>      ]</div><div>    </note></div><div>    a servant</div></div><div><br></div><div><br></div><div>Cheers</div>
<div>Chris</div><div><br></div>