<!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. In my case, trouble means that I don't get any. I'm trying
to follow the wiki. This is my sample file:<br>
<br>
--------------------------------------------------------<br>
<blockquote><tt><?xml version="1.0" encoding="UTF-8"?></tt><br>
<tt><osis</tt><br>
<tt> 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> 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>
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>
xsi:schemaLocation=<a class="moz-txt-link-rfc2396E" href="http://www.bibletechnologies.net/2003/OSIS/namespace http://www.bibletechnologies.net/osisCore.2.1.1.xsd">"http://www.bibletechnologies.net/2003/OSIS/namespace
http://www.bibletechnologies.net/osisCore.2.1.1.xsd"</a>></tt><br>
<tt> <osisText osisIDWork="LutherSermons" osisRefWork="bible"
xml:lang="en" canonical="false"></tt><br>
<tt> <header></tt><br>
<tt> header.</tt><br>
<tt> </header></tt><br>
<tt> <div type="bookGroup"></tt><br>
<tt> <title>New Testament</title></tt><br>
<tt> <div type="book" osisID="Matt" canonical="false"></tt><br>
<tt> <title type="main"
short="Matthew">Matthew</title></tt><br>
<tt> <div type="section" annotateType="commentary"
annotateRef="Matt.1.1-Matt.1.3"></tt><br>
<tt> <p></tt><br>
<tt> Blah blah...</tt><br>
<tt> This is a test!</tt><br>
<tt> </p></tt><br>
<tt> </div> </tt><br>
<tt> </div></tt><br>
<br>
<tt> </tt><br>
<tt> </div></tt><br>
<tt> </osisText></tt><br>
<tt></osis></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 -b LutherSermons -k Mt 1:1<br>
Matthew 1:1: Matthew<br>
<br>
Blah blah... This is a test! <br>
<br>
(LutherSermons)<br>
[bjdasc@ascpc24] diatheke -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. (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>