[osis-core] Parallel passage with multiple references.
Patrick Durusau
osis-core@bibletechnologieswg.org
Tue, 13 May 2003 16:58:12 -0400
Todd,
Since it is a <title> element, why not encode the <reference> elements
as children of <title>? Gets you the container you want fairly simply.
That is (shamelessly using your example):
<div type="x-section" osisRef="Matt.3.1-Matt.3.12">
<title type="section">The Preaching of John the Baptist
<reference
osisRef="Mark.1.1-Mark.1.8" type="parallelPassage">Mark
1.1-8</reference>; <reference osisRef="Luke.3.1-Luke.3.18"
type="parallelPassage">Luke 3.1-18</reference>; <reference
osisRef="John.1.19-John.1.28" type="parallelPassage">John
1.19-28</reference></title>
Note that I took out your "(" and ")" since those should be artifacts of
the stylesheet for title.
Patrick
Todd Tillinghast wrote:
>At the start of Matt.3 (CEV) after the section title
>"The Preaching of John the Baptist" there is a parallel passage
>reference (Mark 1.1-8; Luke 3.1-18; John 1.19-28).
>
>Initially I was planning on having the <reference> for the parallel
>passage as a direct child of the <div type="x-section">. But when there
>are multiple parallel passage references it would seem better to enclose
>them in some element. The best element for the job would seem to be
><seg> as follows:
>
><div type="x-section" osisRef="Matt.3.1-Matt.3.12">
> <title type="section">The Preaching of John the Baptist</title>
> <seg type="parallelPassage">(<reference
>osisRef="Mark.1.1-Mark.1.8" type="parallelPassage">Mark
>1.1-8</reference>; <reference osisRef="Luke.3.1-Luke.3.18"
>type="parallelPassage">Luke 3.1-18</reference>; <reference
>osisRef="John.1.19-John.1.28" type="parallelPassage">John
>1.19-28</reference>)</seg>
> <p>...</p>
></div>
>
>The alternative would be as follows:
><div type="x-section" osisRef="Matt.3.1-Matt.3.12">
> <title type="section">The Preaching of John the Baptist</title>
> <reference osisRef="Mark.1.1-Mark.1.8"
>type="parallelPassage">Mark 1.1-8</reference>
> <reference osisRef="Luke.3.1-Luke.3.18"
>type="parallelPassage">Luke 3.1-18</reference>
> <reference osisRef="John.1.19-John.1.28"
>type="parallelPassage">John 1.19-28</reference>
> <p>...</p>
></div>
>
>At present I am going to use the strategy in the first example above.
>
>Any opinions as to which would be better?
>
>Todd
>
>_______________________________________________
>osis-core mailing list
>osis-core@bibletechnologieswg.org
>http://www.bibletechnologieswg.org/mailman/listinfo/osis-core
>
>
>
--
Patrick Durusau
Director of Research and Development
Society of Biblical Literature
Patrick.Durusau@sbl-site.org
Co-Editor, ISO 13250, Topic Maps -- Reference Model