<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-1"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">Both are bad. See below.<div><br><div><div>On Apr 10, 2014, at 10:09 AM, Karl Kleinpaste &lt;<a href="mailto:karl@kleinpaste.org">karl@kleinpaste.org</a>&gt; wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">
  

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  
  <div bgcolor="#FFFFFF" text="#000000">
    <font face="FreeSerif">I got a Xiphos crash report this morning from
      someone using CzeCSP.&nbsp; The error is that there are xref encoding
      glitches that Sword fails to parse, which cause Xiphos to crash
      when trying to process them.&nbsp; Oops.<br>
      <br>
      The immediate glitch is fixed in Xiphos so as to avoid the crash.&nbsp;
      The underlying module problem is that there are many xrefs which
      have what I believe is an improper target.<br>
      <br>
      Good example:<br>
      &nbsp;&nbsp;&nbsp; &lt;note n="o308" osisID="Rom.7.11!o308" osisRef="Rom.7.11"
      type="crossReference"&gt;Gn&nbsp;3,20&lt;/note&gt;<br></font></div></blockquote>This should be:&nbsp;</div><div>&lt;note n="o308" osisID="Rom.7.11!o308" osisRef="Rom.7.11" type="crossReference"&gt;&lt;reference osisRef="Gen.3.20"&gt;Gn 3,20&lt;/reference&gt;&lt;/note&gt;</div><div><br><blockquote type="cite"><div bgcolor="#FFFFFF" text="#000000"><font face="FreeSerif">
      <br>
      Bad example:<br>
      &nbsp;&nbsp;&nbsp; &lt;note n="o305" osisID="Rom.7.8!o305" osisRef="Rom.7.8"
      type="crossReference"&gt;v.&nbsp;11&lt;/note&gt;<br></font></div></blockquote><div><br></div>I think this should parse if given the basis of the current verse Romans 7.8. (Not that it does.) IIRC, the parser had special code to recognize v as a prefix for a verse number, but it may have been for 'v11' or 'v 11'.</div><div><br></div><div>But it should be:</div><div>&lt;note n="o305" osisID="Rom.7.8!o305" osisRef="Rom.7.8" type="crossReference"&gt;&lt;reference osisRef="Rom.7.11"&gt;v. 11&lt;/reference&gt;&lt;/note&gt;</div><div><br></div><div>On a different note, the n="o305" is not appropriate. OSIS defines n as the value that should be shown for the footnote marker. Some front ends do this. It will look ugly.</div><div><br><blockquote type="cite"><div bgcolor="#FFFFFF" text="#000000"><font face="FreeSerif">
      <br>
      The xref target is not in BCV format.&nbsp; getEntryAttributes()
      returns nothingness for "v. 11", and in Xiphos' older code that
      eventually crawls down into a plain C interface to GTK, this
      propagates as NULL.<br>
      <br>
      So as I said, the crash is fixed.&nbsp; But I believe the example above
      is bad due to this target error.&nbsp; Am I correct?<br></font></div></blockquote><div><br></div>IMHO: Yes it is bad.</div><div><br></div><div>-- DM</div><div><br><blockquote type="cite"><div bgcolor="#FFFFFF" text="#000000"><font face="FreeSerif">
      <br>
      $ mod2imp CzeCSP | grep '&gt;v\.' | wc<br>
      &nbsp;&nbsp; 2434&nbsp; 117012 1539356<br>
      <br>
    </font>
  </div>

_______________________________________________<br>sword-devel mailing list: <a href="mailto:sword-devel@crosswire.org">sword-devel@crosswire.org</a><br><a href="http://www.crosswire.org/mailman/listinfo/sword-devel">http://www.crosswire.org/mailman/listinfo/sword-devel</a><br>Instructions to unsubscribe/change your settings at above page</blockquote></div><br></div></body></html>