<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
hi all,<br>
<br>
I'm trying to prepare an OSIS commentary module (just in the
preliminary stage really), and am having trouble with multi-verse
content.&nbsp; In my case, trouble means that I don't get any.&nbsp; I'm trying
to follow the wiki.&nbsp; This is my sample file:<br>
<br>
--------------------------------------------------------<br>
<blockquote><tt>&lt;?xml version="1.0" encoding="UTF-8"?&gt;</tt><br>
  <tt>&lt;osis</tt><br>
  <tt>&nbsp;&nbsp;&nbsp; xmlns:xsi=<a class="moz-txt-link-rfc2396E" href="http://www.w3.org/2001/XMLSchema-instance">"http://www.w3.org/2001/XMLSchema-instance"</a></tt><br>
  <tt>&nbsp;&nbsp;&nbsp; xmlns=<a class="moz-txt-link-rfc2396E" href="http://www.bibletechnologies.net/2003/OSIS/namespace">"http://www.bibletechnologies.net/2003/OSIS/namespace"</a></tt><br>
  <tt>&nbsp;&nbsp;&nbsp;
xmlns:osis=<a class="moz-txt-link-rfc2396E" href="http://www.bibletechnologies.net/2003/OSIS/namespace">"http://www.bibletechnologies.net/2003/OSIS/namespace"</a></tt><br>
  <tt>&nbsp;&nbsp;&nbsp;
xsi:schemaLocation=<a class="moz-txt-link-rfc2396E" href="http://www.bibletechnologies.net/2003/OSIS/namespace&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;http://www.bibletechnologies.net/osisCore.2.1.1.xsd">"http://www.bibletechnologies.net/2003/OSIS/namespace&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; http://www.bibletechnologies.net/osisCore.2.1.1.xsd"</a>&gt;</tt><br>
  <tt>&nbsp;&nbsp;&nbsp; &lt;osisText osisIDWork="LutherSermons" osisRefWork="bible"
xml:lang="en" canonical="false"&gt;</tt><br>
  <tt>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;header&gt;</tt><br>
  <tt>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; header.</tt><br>
  <tt>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/header&gt;</tt><br>
  <tt>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;div type="bookGroup"&gt;</tt><br>
  <tt>&nbsp;&nbsp;&nbsp; &lt;title&gt;New Testament&lt;/title&gt;</tt><br>
  <tt>&nbsp;&nbsp;&nbsp; &lt;div type="book" osisID="Matt" canonical="false"&gt;</tt><br>
  <tt>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;title type="main"
short="Matthew"&gt;Matthew&lt;/title&gt;</tt><br>
  <tt>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &lt;div type="section" annotateType="commentary"
annotateRef="Matt.1.1-Matt.1.3"&gt;</tt><br>
  <tt>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;p&gt;</tt><br>
  <tt>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp; Blah blah...</tt><br>
  <tt>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp; This is a test!</tt><br>
  <tt>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/p&gt;</tt><br>
  <tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/div&gt;&nbsp;&nbsp;&nbsp; </tt><br>
  <tt>&nbsp;&nbsp;&nbsp; &lt;/div&gt;</tt><br>
  <br>
  <tt>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; </tt><br>
  <tt>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/div&gt;</tt><br>
  <tt>&nbsp;&nbsp;&nbsp; &lt;/osisText&gt;</tt><br>
  <tt>&lt;/osis&gt;</tt><br>
</blockquote>
--------------------------------------------------------<br>
for sanity, some output:<br>
<blockquote><tt>[bjdasc@ascpc24] rpm -q sword-devel<br>
sword-devel-1.5.11-1<br>
[bjdasc@ascpc24] osis2mod luther-sermons luther-sermons.osis <br>
You are running osis2mod: $Rev: 2169 $<br>
Linking Matthew 1:2 to Matthew 1:1<br>
Linking Matthew 1:3 to Matthew 1:1<br>
[bjdasc@ascpc24] diatheke&nbsp; -b LutherSermons -k Mt 1:1<br>
Matthew 1:1: Matthew<br>
&nbsp; <br>
Blah blah... This is a test! <br>
  <br>
(LutherSermons)<br>
[bjdasc@ascpc24] diatheke&nbsp; -b LutherSermons -k Mt 1:2<br>
Matthew 1:2: <br>
(LutherSermons)</tt><br>
</blockquote>
So osis2mod seems to think that it's preparing the content for 3
verses, but diatheke never sees it.&nbsp; (btw, you don't see the cp command
to move the results of osis2mod into /usr/share/sword because that is
done by root in a different terminal).<br>
<br>
Any hints?<br>
<br>
Thanks,<br>
Brian<br>
<br>
<br>
</body>
</html>