Diatheke uses the API, which inherently understands linked verses. It's not even possible for a Sword app to not return a value for a linked verse if it exists because there's no difference from the data stored for the primary verse.
Besides, I've seen the linking bug myself. I've got a couple commentaries and a Bible encoded and waiting in the wings until I or someone else gets a chance to fix linking. --Chris DM Smith wrote: > Could it be that Diatheke does not understand linked verses. Can you try > another app to see if it is there? > > On Jul 9, 2008, at 10:01 PM, Brian J. Dumont wrote: > >> 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] >> <mailto:[email protected]> >> http://www.crosswire.org/mailman/listinfo/sword-devel >> Instructions to unsubscribe/change your settings at above page > > > ------------------------------------------------------------------------ > > _______________________________________________ > sword-devel mailing list: [email protected] > http://www.crosswire.org/mailman/listinfo/sword-devel > Instructions to unsubscribe/change your settings at above page _______________________________________________ sword-devel mailing list: [email protected] http://www.crosswire.org/mailman/listinfo/sword-devel Instructions to unsubscribe/change your settings at above page
