[sword-devel] osis2mod bug
DM Smith
dmsmith555 at yahoo.com
Tue Dec 2 09:32:41 MST 2008
I found the osis2mod bug and I need a bit of help. I guess I don't
understand the SWORD engine all that well:)
In an OSIS document we might have an osisID="John.2"
When I do the following:
VerseKey currentVerse;
currentVerse.autoNormalize(0);
currentVerse.Headings(1);
currentVerse.Persist(1);
......
currentVerse = token.getAttribute("osisID");
cout << currentVerse << endl;
I get the following:
John 1:51
Huh?
I expected
John 2:0
How do I accomplish what I want?
In Him,
DM
More information about the sword-devel
mailing list