[osis-core] osis.1.9.8 attached!
Todd Tillinghast
osis-core@bibletechnologieswg.org
Sat, 18 Oct 2003 22:22:27 -0600
Troy,
Prior the metting in Dallas that led to OSIS 1.5 I was using a type on
most <title> elements and requested sanctioned "type" values of most of
the values I thought made sense. However, it was pointed out that in
most every case the <title> elements were the first and direct child of
a <div> element and that the "type" of the title could be derived from
the "type" of its parent <div> element. As a result there are only a
few sanction type values "type" on <title>.
For <title type="main" subType="x-Book"> you should only need <title
type="main"> as it is likely the child of <div type="book">
For <title type="sub" subType="x-Chapter"> you should only need <title>
because it is likely the child of <chapter>
For <title type="sub" subType="x-Section"> you should only need <title>
because it should be the child of <div type="section">. However I don't
see <div type="section"> in your list.
The type="sub" is intended for a case where there is a main title
followed by a sub title like the following.
<div type="book">
<title type="main">Matthew</title>
<title type="sub">The Gospel According to Matthew</title>
...
</div>
If you are interested, if you send me a Bible book I will try to encode
it without the x- problems you are describing (with the execption of the
OT cite issue, which still has not sanctioned mechanism, either a <cite>
element or <q type="OTCite">).
Todd
>
>
> Patrick and others,
> My NASB doc validates against the newest schema:
>
> [scribe@troyslaptop msv]$ java -jar msv.jar ./osisCore.xsd
> ./nasb.xml start parsing a grammar. validating ./nasb.xml the
> document is valid.
>
> Attached is the token analysis of the document. If we could
> do anything
> about the <seg> and x-'s that you see below, it would be
> wonderful for me.
>
> Please ignore the following x- items. They are regarding
> ~poetry lines
> that I haven't converted correctly yet.
>
> 22 <seg type="x-HL" />
> 113 <seg type="x-PN" />
> 80 <milestone type="line" subType="x-PE" />
> 354 <milestone type="line" subType="x-PO" />
>
> which leaves only 2 anomalies that I still have to use which are
> deviations from the sanctioned spec!
>
> 487 <seg type="x-citeOT">
> 1384 <milestone type="line" subType="x-PM"/>
>
> (Old Testament Citation and Paragraph Break Marker)
> Would LOVE to get these all gone!!!
> <cite> and <milestone type="paraBreak" />???? Please???? ;)
>
> Also notice the "x-..." in the <title> tags. Is there a
> better way to
> do this?
>
>
> THANK YOU ALL FOR GIVING ME SOME CONCESSIONS!
>
> -Troy.
>