hi all,

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:

--------------------------------------------------------

   <?xml version="1.0" encoding="UTF-8"?>
   <osis
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
       xmlns="http://www.bibletechnologies.net/2003/OSIS/namespace";
       xmlns:osis="http://www.bibletechnologies.net/2003/OSIS/namespace";
xsi:schemaLocation="http://www.bibletechnologies.net/2003/OSIS/namespace http://www.bibletechnologies.net/osisCore.2.1.1.xsd";>
       <osisText osisIDWork="LutherSermons" osisRefWork="bible"
   xml:lang="en" canonical="false">
           <header>
               header.
           </header>
           <div type="bookGroup">
       <title>New Testament</title>
       <div type="book" osisID="Matt" canonical="false">
           <title type="main" short="Matthew">Matthew</title>
              <div type="section" annotateType="commentary"
   annotateRef="Matt.1.1-Matt.1.3">
                <p>
                  Blah blah...
                  This is a test!
                  </p>
</div> </div>

</div>
       </osisText>
   </osis>

--------------------------------------------------------
for sanity, some output:

   [EMAIL PROTECTED] rpm -q sword-devel
   sword-devel-1.5.11-1
   [EMAIL PROTECTED] osis2mod luther-sermons luther-sermons.osis
   You are running osis2mod: $Rev: 2169 $
   Linking Matthew 1:2 to Matthew 1:1
   Linking Matthew 1:3 to Matthew 1:1
   [EMAIL PROTECTED] diatheke  -b LutherSermons -k Mt 1:1
   Matthew 1:1: Matthew
Blah blah... This is a test!

   (LutherSermons)
   [EMAIL PROTECTED] diatheke  -b LutherSermons -k Mt 1:2
   Matthew 1:2:
   (LutherSermons)

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).

Any hints?

Thanks,
Brian


_______________________________________________
sword-devel mailing list: [email protected]
http://www.crosswire.org/mailman/listinfo/sword-devel
Instructions to unsubscribe/change your settings at above page

Reply via email to