Re: [sword-devel] osis2mod debugging/titles

2010-11-20 Thread troypulk
>JSword handles some titles different than does SWORD. > >For the KJV module, in Bible Desktop (based on JSword), with Show headings >unticked, the acrostic stanza titles of Psalm 119 are still displayed. This >is correct, because they have the title attribute canonical="true". > >For the same modu

Re: [sword-devel] osis2mod debugging/titles

2010-11-18 Thread David Haslam
JSword handles some titles different than does SWORD. For the KJV module, in Bible Desktop (based on JSword), with Show headings unticked, the acrostic stanza titles of Psalm 119 are still displayed. This is correct, because they have the title attribute canonical="true". For the same module, Xi

Re: [sword-devel] osis2mod debugging/titles

2010-11-17 Thread Troy A. Griffitts
Because of the reports that interverse s are no longer showing, I would quickly speculate that something in the osis->htmlhref render filter has changed to ceased to render tags. That should be osishtmlhref.cpp if anyone wants to take a look. Troy On 11/17/2010 02:19 PM, David Haslam wrote: >

Re: [sword-devel] osis2mod debugging/titles

2010-11-17 Thread David Haslam
I think it's pretty clear that Xiphos does use the filters specified in the .conf file. For the KJV, these are:GlobalOptionFilter=OSISStrongs GlobalOptionFilter=OSISMorph GlobalOptionFilter=OSISFootnotes GlobalOptionFilter=OSISHeadings GlobalOptionFilter=OSISRedLetterWords For the module I'm maki

Re: [sword-devel] osis2mod debugging/titles

2010-11-17 Thread DM Smith
On 11/17/2010 01:25 PM, David Haslam wrote: "The practical nature of it is that the SWORD engine won't hide titles marked canonical. The encoder needs to decide. " Really? - then please cite a module which demonstrates that this is so. The KJV module hides 'canonical acrostic titles' for Psalm

Re: [sword-devel] osis2mod debugging/titles

2010-11-17 Thread David Haslam
"The practical nature of it is that the SWORD engine won't hide titles marked canonical. The encoder needs to decide. " Really? - then please cite a module which demonstrates that this is so. The KJV module hides 'canonical acrostic titles' for Psalm 119 when (using Xiphos) module option Show he

Re: [sword-devel] osis2mod debugging/titles

2010-11-17 Thread DM Smith
On 11/17/2010 09:30 AM, Greg Hellings wrote: On Wed, Nov 17, 2010 at 8:21 AM, Peter von Kaehne wrote: On 17/11/10 13:42, DM Smith wrote: On Nov 17, 2010, at 7:06 AM, Peter von Kaehne wrote: BTW are these canonical titles or are they added in to show what is lost in translation? WRT OSIS, c

Re: [sword-devel] osis2mod debugging/titles

2010-11-17 Thread John G Duffy
Peter, I've had similar issues to what you have mentioned below, when making the ABN module. Mid-verse headings have had the text either before or after the heading deleted, with the heading either put at the start of the next verse, or at the start of the verse it was in. Sorry I can't remembe

Re: [sword-devel] osis2mod debugging/titles

2010-11-17 Thread Peter von Kaehne
On 17/11/10 14:30, Greg Hellings wrote: > On Wed, Nov 17, 2010 at 8:21 AM, Peter von Kaehne wrote: >> On 17/11/10 13:42, DM Smith wrote: >>> >>> On Nov 17, 2010, at 7:06 AM, Peter von Kaehne wrote: >>> BTW are these canonical titles or are they added in to show what is lost in translati

Re: [sword-devel] osis2mod debugging/titles

2010-11-17 Thread Greg Hellings
On Wed, Nov 17, 2010 at 8:21 AM, Peter von Kaehne wrote: > On 17/11/10 13:42, DM Smith wrote: >> >> On Nov 17, 2010, at 7:06 AM, Peter von Kaehne wrote: >> >>> BTW are these canonical titles or are they added in to show what is lost in >>> translation? >> >> WRT OSIS, canonical is not meant to be

Re: [sword-devel] osis2mod debugging/titles

2010-11-17 Thread Peter von Kaehne
On 17/11/10 13:42, DM Smith wrote: > > On Nov 17, 2010, at 7:06 AM, Peter von Kaehne wrote: > >> BTW are these canonical titles or are they added in to show what is lost in >> translation? > > WRT OSIS, canonical is not meant to be a theological statement. It is meant > to be what is in the bo

Re: [sword-devel] osis2mod debugging/titles

2010-11-17 Thread DM Smith
On Nov 17, 2010, at 7:06 AM, Peter von Kaehne wrote: > > Original-Nachricht >> Datum: Wed, 17 Nov 2010 12:52:08 +0100 >> Von: "Peter von Kaehne" >> An: SWORD Developers\' Collaboration Forum >> Betreff: Re: [sword-devel] osis2

Re: [sword-devel] osis2mod debugging/titles

2010-11-17 Thread David Haslam
Peter, For Psalm 119, translations such as the KJV have the 22 headings, yet this Psalm is only one of 13 poetic passages that are acrostically arranged. The Bela module in the experimental repo has headings for some of these other passages. These are Psalms 9, 24, 33, 36, 110, 111, 118, 144. [

Re: [sword-devel] osis2mod debugging/titles

2010-11-17 Thread Peter von Kaehne
Original-Nachricht > Datum: Wed, 17 Nov 2010 12:52:08 +0100 > Von: "Peter von Kaehne" > An: SWORD Developers\' Collaboration Forum > Betreff: Re: [sword-devel] osis2mod debugging/titles > > Von: David Haslam > > I'm using IM

Re: [sword-devel] osis2mod debugging/titles

2010-11-17 Thread Peter von Kaehne
> Von: David Haslam > I'm using IMP2VS to make a module, and used this code to display the 22 > acrostic headings in Psalm 119. Example: > $$$Psalms 119:9 > type="acrostic">BET. ¿Con qué limpiará el > joven > su camino? Con guardar tu palabra.Xiphos displays the module properly with > the heading

Re: [sword-devel] osis2mod debugging/titles

2010-11-17 Thread David Haslam
I'm using IMP2VS to make a module, and used this code to display the 22 acrostic headings in Psalm 119. Example: $$$Psalms 119:9 BET. ¿Con qué limpiará el joven su camino? Con guardar tu palabra.Xiphos displays the module properly with the heading above the second stanza, etc. Clearly, 21 of thes

Re: [sword-devel] osis2mod debugging/titles

2010-11-16 Thread troypulk
DM smith wrote: >This is what osis2mod used to do. It now has a pre-verse div. > >It used to be that osis2mod would re-arrange the input to pull out all >titles between verses. Extra material between verses was appended to the >title. And this was all put into a pre-verse title. > >It should only

Re: [sword-devel] osis2mod debugging/titles

2010-11-16 Thread DM Smith
On 11/16/2010 11:21 AM, Peter von Kaehne wrote: The whole concept of titles, types of titles and hierarchy of titles is a bit like a book with 7 seals to me still - despite reading, thinking and testing nothing else in the last couple of days. I have looked at various modules for inspiration, bu

Re: [sword-devel] osis2mod debugging/titles

2010-11-16 Thread Greg Hellings
For better or worse, no one with both the knowledge of the engine and the time to contribute extensively likes using DOM or XSLT nor established XML libraries. You are far from the first person to suggest this route. In other news, JSword converts all modules to OSIS XML and then processes them t

[sword-devel] osis2mod debugging/titles

2010-11-16 Thread Peter von Kaehne
The whole concept of titles, types of titles and hierarchy of titles is a bit like a book with 7 seals to me still - despite reading, thinking and testing nothing else in the last couple of days. I have looked at various modules for inspiration, but found that as modules are from various ages the