I'm trying to write a script that will export my Notes. I've got a lot of it working, but I don't know how to interpret a reference. In the notes database, the reference is "bible+ubs4.80.1.3". This is a reference to James 1:3, from ubs4, so the only part I don't understand is 80, which must refer to the book of James, but I just don't understand why. Anybody?
BTW, if anyone would like to help with the script, the only thing I need is to have the Logos4 content transformed from XML to HTML. For instance, the title is stored as
<Paragraph Margin="0,0,0,0" Padding="0,0,0,0" BorderThickness="0,0,0,0"><Run Text="Was Jesus rich?" /></Paragraph>
I can easily parse out the title, but some other stuff is more complicated, so this is a good test case. You can see what I've done so far at http://westwoodfamily.org/drop/exportLogos4Notes.txt. I'd really appreciate any help anyone can give.