[osis-core] <div type="acrostic">

Chris Little osis-core@bibletechnologieswg.org
Fri, 21 Nov 2003 23:44:01 -0700 (MST)


Todd,

We already have a mechanism for achieving what you want here that doesn't 
introduce specially named sections (which should simplify stylesheet 
creation).  In that system, you would encode acrostic divisions as 
sections containing title elements of type 'acrostic', such as:

<chapter osisID="Ps.119">
<div type="section">
	<title type="acrostic">'aleph</title>
	<lg>...</lg>
</div>
<div type="section">
	<title type="acrostic">Beth</title>
	<lg>...</lg>
</div>
...
</chapter>

To my knowledge, Ps.119 is the only place where the acrostic divisions
would actually be marked as divisions in text as <div>'s.  The other
acrostic Psalms (to my recollection) just use the verse as the acrostic
division.

--Chris

On Fri, 21 Nov 2003, Todd Tillinghast wrote:

> All,
> 
> In Ps.9, Ps.10, Ps.25, Ps.34, Ps.37, Ps.111, Ps.112, Ps.119, Ps.145,
> Prov.31.10-Prov.31.31, and Lam.1-Lam.4 (most commonly Ps.119), there is
> the idea of an "acrostic".  Propose that we add an enumerated value to
> osisDivs of "acrostic" (with the next release).
> 
> Example:
> 	<chapter sID='Ps.119' osisID='Ps.119' n='119'/>
> 	<div type='acrostic' scope='Ps.119.1-Ps.119.8'>
> 		<title>' Aleph</title>
> 		<lg>
> 		     <!-- lines -->
> 		</lg>
> 	</div>
> 	<div type='acrostic' scope='Ps.119.9-Ps.119.16'>
> 		<title>b Beth</title>
> 		<lg>
> 		     <!-- lines -->
> 		</lg>
> 	</div>
> 	<div type='acrostic' scope='Ps.119.17-Ps.119.24'>
> 		<title>g Gimel</title>
> 		<lg>
> 		     <!-- lines -->
> 		</lg>
> 	</div>
> 	<div type='acrostic' scope='Ps.119.25-Ps.119.32'>
> 		<title>d Daleth</title>
> 		<lg>
> 		     <!-- lines -->
> 		</lg>
> 	</div>
> 	<div type='acrostic' scope='Ps.119.33-Ps.119.40'>
> 		<title>h He</title>
> 		<lg>
> 		     <!-- lines -->
> 		</lg>
> 	</div>
> 	<div type='acrostic' scope='Ps.119.41-Ps.119.48'>
> 		<title>w Waw</title>
> 		<lg>
> 		     <!-- lines -->
> 		</lg>
> 	</div>
> 	<div type='acrostic' scope='Ps.119.49-Ps.119.56'>
> 		<title>z Zayin</title>
> 		<lg>
> 		     <!-- lines -->
> 		</lg>
> 	</div>
> 	<div type='acrostic' scope='Ps.119.57-Ps.119.64'>
> 		<title>x Heth</title>
> 		<lg>
> 		     <!-- lines -->
> 		</lg>
> 	</div>
> 	<div type='acrostic' scope='Ps.119.65-Ps.119.72'>
> 		<title>X Teth</title>
> 		<lg>
> 		     <!-- lines -->
> 		</lg>
> 	</div>
> 	<div type='acrostic' scope='Ps.119.73-Ps.119.80'>
> 		<title>y Yodh</title>
> 		<lg>
> 		     <!-- lines -->
> 		</lg>
> 	</div>
> 	<div type='acrostic' scope='Ps.119.81-Ps.119.88'>
> 		<title>k Kaph</title>
> 		<lg>
> 		     <!-- lines -->
> 		</lg>
> 	</div>
> 	<div type='acrostic' scope='Ps.119.89-Ps.119.96'>
> 		<title>l Lamedh</title>
> 		<lg>
> 		     <!-- lines -->
> 		</lg>
> 	</div>
> 	<div type='acrostic' scope='Ps.119.97-Ps.119.104'>
> 		<title>m Mem</title>
> 		<lg>
> 		     <!-- lines -->
> 		</lg>
> 	</div>
> 	<div type='acrostic' scope='Ps.119.105-Ps.119.112'>
> 		<title>n Nun</title>
> 		<lg>
> 		     <!-- lines -->
> 		</lg>
> 	</div>
> 	<div type='acrostic' scope='Ps.119.113-Ps.119.120'>
> 		<title>s Samekh</title>
> 		<lg>
> 		     <!-- lines -->
> 		</lg>
> 	</div>
> 	<div type='acrostic' scope='Ps.119.121-Ps.119.128'>
> 		<title>v Ayin</title>
> 		<lg>
> 		     <!-- lines -->
> 		</lg>
> 	</div>
> 	<div type='acrostic' scope='Ps.119.129-Ps.119.136'>
> 		<title>p Pe</title>
> 		<lg>
> 		     <!-- lines -->
> 		</lg>
> 	</div>
> 	<div type='acrostic' scope='Ps.119.137-Ps.119.144'>
> 		<title>c Tsadhe</title>
> 		<lg>
> 		     <!-- lines -->
> 		</lg>
> 	</div>
> 	<div type='acrostic' scope='Ps.119.145-Ps.119.152'>
> 		<title>q Qoph</title>
> 		<lg>
> 		     <!-- lines -->
> 		</lg>
> 	</div>
> 	<div type='acrostic' scope='Ps.119.153-Ps.119.160'>
> 		<title>r Resh</title>
> 		<lg>
> 		     <!-- lines -->
> 		</lg>
> 	</div>
> 	<div type='acrostic' scope='Ps.119.161-Ps.119.168'>
> 		<title>S Sin and Shin</title>
> 		<lg>
> 		     <!-- lines -->
> 		</lg>
> 	</div>
> 	<div type='acrostic' scope='Ps.119.169-Ps.150.6'>
> 		<title>t Taw</title>
> 		<lg>
> 		     <!-- lines -->
> 		</lg>
> 	</div>
> </div>
> <chapter eID='Ps.119'/>
> 
> 
> _______________________________________________
> osis-core mailing list
> osis-core@bibletechnologieswg.org
> http://www.bibletechnologieswg.org/mailman/listinfo/osis-core
>