The KJV OSIS XML file uses the divineName tag for LORD, but the OSISParser is currently not handling that tag or its parent seg tag, so the text within is not included in the output.
For example:
import pythonbible as bible
# 1 Chronicles 16:8
bible.get_verse_text(13016008)
The output is:
'Give thanks unto the call upon his name, make known his deeds among the people.'
But it should be:
'Give thanks unto the LORD, call upon his name, make known his deeds among the people.'
The KJV OSIS XML file uses the divineName tag for LORD, but the OSISParser is currently not handling that tag or its parent seg tag, so the text within is not included in the output.
For example:
The output is:
But it should be:
This is the input XML for that verse:
This issue was reported via email by Nathan Wood.