[osis-core] <p> allowed inside <verse>

Todd Tillinghast osis-core@bibletechnologieswg.org
Fri, 8 Nov 2002 15:02:35 -0700


Troy,

It seems there are two styles to encode Book/Chapter/Verse hierarchy and
Book/Chapter/Div/Paragraph/Verse.

The only large snare I see with encoding purely as Book/Chapter/Verse
for any Bible other than the KJV is that anywhere there is poetry the
lineGroup/line structures will likely be trouble.

Have you devised a strategy to encode those beasts?

Todd

> -----Original Message-----
> From: owner-osis-core@bibletechnologieswg.org [mailto:owner-osis-
> core@bibletechnologieswg.org] On Behalf Of Troy A. Griffitts
> Sent: Thursday, November 07, 2002 11:29 AM
> To: osis-core@bibletechnologieswg.org
> Subject: Re: [osis-core] <p> allowed inside <verse>
> 
> Todd,
> 	I'm planning on making a decision in my code which elements get
> split
> and which ones don't.  That decision is probably what you suggest
below:
> to keep testament/book/chapter/verse DOM hierarchy.
> 
> I will probably use <p> and <q> milestones everywhere, instead of
trying
> to split.  It's just too complex and too messy inside the doc to deal
> with splitting quotes all over.
> 
> The alternative is to split quotes sometime, verses othertimes, and
> paragraphs, still othertimes, to make the doc the least messy.
> 
> This alternative makes for very difficult stylesheet creation and
> otherwise complicates any kind of computer processing in general.
> 
> 	-Troy.
> 
> 
> 
> Todd Tillinghast wrote:
> > Are you saying that you want to encode the following:
> > <div>
> >    <verse osisID="A.1.1">
> >       <p>1bla 1bla 1bla</p>
> >       <p splitID="P-A.1.1">2bla 2bla 2bla 2bla</p>
> >    </verse>
> >    <verse osisID="A.1.2">
> >       <p splitID="P-A.1.1">3bla 3bla 3bla 3bla</p>
> >       <p>4bla 4bla 4bla 4bla</p>
> > </div>
> >
> > Why not just do the following:
> > <div>
> >    <p>
> >      <verse osisID="A.1.1" splitID="A.1.1">1bla 1bla 1bla</verse>
> >    </p>
> >    <p>
> >      <verse osisID="A.1.1" splitID="A.1.1">2bla 2bla 2bla
2bla</verse>
> >      <verse osisID="A.1.2" splitID="A.1.2">3bla 3bla 3bla
3bla</verse>
> >    </p>
> >    <p>
> >      <verse osisID="A.1.2" splitID="A.1.2">4bla 4bla 4bla 4bla
</verse>
> >    </p>
> > </div>
> >
> > Are you trying to maintain a pure
> > <div type="book><div type="chapter"><verse></verse></div></div>
> > hierarchy?
> >
> > Todd
> >
> >
> >>-----Original Message-----
> >>From: owner-osis-core@bibletechnologieswg.org [mailto:owner-osis-
> >>core@bibletechnologieswg.org] On Behalf Of Troy A. Griffitts
> >>Sent: Wednesday, November 06, 2002 3:18 PM
> >>To: osis-core@bibletechnologieswg.org
> >>Subject: [osis-core] <p> allowed inside <verse>
> >>
> >>There are many cases in the Bible where a paragraph starts midverse.
> >>
> >><p> should be allowed inside <verse>
> >
> >
>