Thread: Rapier
View Single Post
Posts: 60 | Thanked: 7 times | Joined on Jan 2008
#81
I'm still struggling with trying to import the NIV. The files I have seem to be in vpl format (although the script comments say ThML) but with some sort of indes included in <span> tags instead of the usual "book chapter:verse" notation. The script uses imp2vs to process these but the resulting .vss files are filled with ASCII null characters. Here's a sample of Genesis 1 to illustrate:
Code:
-n <div class="sechead"> The Beginning </div> 
<span id="en-NIV-1" class="sup">1</span> In the beginning God created the heavens and the earth.
<span id="en-NIV-2" class="sup">2</span> Now the earth was <note>Or possibly <i> became </i></note> formless and empty, darkness was over the surface of the deep, and the Spirit of God was hovering over the waters.
The "en-NIV-1" increases by one with each verse so that by the ebd of
Revelation it is 30902.

Rapier reads the files without complaining, but all I get is a list of verse numbers in parentheses.

I'm really at a loss now, and would like whatever suggestions anyone can make.

Thanks,
Walt