youp911 / quelea-projection

Automatically exported from code.google.com/p/quelea-projection
0 stars 0 forks source link

Standardise bibles #163

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Issue: Bibles are unstandardised and some don't have chapter numbers starting 
from 1.

Idea: Parse bible to best ability to java object, check properties and numbers, 
export new bible in a set xml format

Possible xml format
<bible id="<name>">
  <book id="<book name>">
    <chapter id="<number>">
      <verse id="<verse number>">VERSE TEXT
      </verse>
    </chapter>
  </book>
</bible>

Original issue reported on code.google.com by bengoodw...@gmail.com on 10 Sep 2013 at 4:07

GoogleCodeExporter commented 8 years ago

Original comment by berry...@gmail.com on 26 Sep 2013 at 1:29