<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Feb 20, 2011, at 4:35 PM, Chris Burrell wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">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></blockquote>The definition of attributes that begin with x- are defined in the manual as being defined beyond the spec.</div><div><br></div><div>If you look on o.c.j.book.OSISUtil.java you'll see GENERATED_CONTENT = "x-gen". This is used in o.c.j.book.basic/AbstractPassageBook.java in getOsisIterator to mark a title that JSword generates.</div><div><br></div><div><br><blockquote type="cite">
<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></blockquote><div><br></div>Yes.</div><div>You also might want to parameterize it and make it a user option.</div><div><br><blockquote type="cite"><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></blockquote><br></div><div>In Him,</div><div><span class="Apple-tab-span" style="white-space:pre">   </span>DM</div><br></body></html>