diff options
author | Chris Little <chrislit@crosswire.org> | 2009-04-29 07:25:02 +0000 |
---|---|---|
committer | Chris Little <chrislit@crosswire.org> | 2009-04-29 07:25:02 +0000 |
commit | 6b3d125cff82fd81d7874012acfaa78fcac0350c (patch) | |
tree | 0db6f3c6bcf30459c4eeb19c58c25c18215c7b06 /versification/canon.bible.xml | |
parent | 72cf6d852cdf6d56ba56dd1dbe1080e753c8c5e4 (diff) | |
download | sword-tools-6b3d125cff82fd81d7874012acfaa78fcac0350c.tar.gz |
After examining the printed editions of the LXX and Vulgate, I can see that we should not be handling these variants as distinct books. The DBG editions present variants in adjacent columns or on facing pages. So I believe we should simply encode these as variant readings using <div type="variant"> or similar.
git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@197 07627401-56e2-0310-80f4-f8cd0041bdcd
Diffstat (limited to 'versification/canon.bible.xml')
-rw-r--r-- | versification/canon.bible.xml | 60 |
1 files changed, 9 insertions, 51 deletions
diff --git a/versification/canon.bible.xml b/versification/canon.bible.xml index 2c56033..318ec92 100644 --- a/versification/canon.bible.xml +++ b/versification/canon.bible.xml @@ -46,6 +46,8 @@ <book> <id>Josh</id> <abbr>Jos</abbr> + <abbr>Jsa</abbr> + <abbr>Jsb</abbr> <name>Joshua</name> <name>J</name> <name>Js</name> @@ -53,6 +55,8 @@ <book> <id>Judg</id> <abbr>Jdg</abbr> + <abbr>Jda</abbr> + <abbr>Jdb</abbr> <abbr mode="olb">Jud</abbr> <name>Judges</name> <name>Jdgs</name> @@ -316,6 +320,7 @@ <book> <id>Dan</id> <abbr>Da</abbr> + <abbr>Dat</abbr> <name>Daniel</name> </book> <book> @@ -656,6 +661,8 @@ <book> <id>Tob</id> <abbr>To</abbr> + <abbr>Tba</abbr> + <abbr>Tbs</abbr> <name>Tobit</name> <name>Tbt</name> <name>Tb</name> @@ -923,12 +930,14 @@ <book> <id>Sus</id> <abbr>Su</abbr> + <abbr>Sut</abbr> <name>Susanna</name> </book> <book> <id>Bel</id> <abbr>Bel and Drag</abbr> <abbr>Be</abbr> + <abbr>Bet</abbr> <name>Bel and the Dragon</name> </book> <book> @@ -946,55 +955,4 @@ <name>Sirach (Prologue)</name> <name>Sip</name> </book> - <!-- LXX variants --> - <book> - <id>JoshA</id> - <name>Joshua (Codex Alexandrinus)</name> - <name>Jsa</name> - </book> - <book> - <id>JoshB</id> - <name>Joshua (Codex Vaticanus)</name> - <name>Jsb</name> - </book> - <book> - <id>JudgA</id> - <name>Judges (Codex Alexandrinus)</name> - <name>Jda</name> - </book> - <book> - <id>JudgB</id> - <name>Judges (Codex Vaticanus)</name> - <name>Jdb</name> - </book> - <book> - <id>TobBA</id> - <name>Tobit (Codices Vaticanus Alexandrinusque)</name> - <name>Tba</name> - </book> - <book> - <id>TobS</id> - <name>Tobit (Codex Sinaiticus)</name> - <name>Tbs</name> - </book> - <book> - <id>DanTheo</id> - <name>Daniel (Theodotion)</name> - <name>Dat</name> - </book> - <book> - <id>SusTheo</id> - <name>Susanna (Theodotion)</name> - <name>Sut</name> - </book> - <book> - <id>BelTheo</id> - <name>Bel and the Dragon (Theodotion)</name> - <name>Bet</name> - </book> - <!-- Vulgate variants --> - <book> - <id>PsHeb</id> - <name>Psalms (Hebrew)</name> - </book> </collection> |