Hi, I am trying to write a simple sword GUI for MacOSX. I've quite easily got a simple bible reader with search windows working. However to do this I just use OSXs rtf renderer, this is very easy but gives me little control. I want to do things like having clickable links for references and strongs.
I was wondering what is the best data to parse to achieve this, that I can get from sword. Can I get away with a small subset of thml? Oh and are there special keys - for instance how do I get the text information about a module? Is there also a way to stop searches? Cheers, Will