[sword-devel] GBF and some tags
Joachim Ansorg
sword-devel@crosswire.org
Sat, 26 Aug 2000 23:51:08 +0000
Hi!
I was doing some things witht the GBF->HTML filter of SWORD. I solved a
problem with Footnotes. The KJVSTR module is now displayed in BibleTime CVS
correctly, because correct HTML is generated again.
I tried to make some improvements, but failed.
I tried to insert the book comments into the HTML text, I'm talking about the
tags <TT> and <Tt>. This is correct referring to the GBF spec. The WEB module
does contain these tags.
But sometimes the filter doesn't get the TT tags! Is this my fault or is it
stripped away somewhere else?
I committed the code to CVS so if you like have a look at it
(src/modules/filters/gbfhtml.cpp).
--Joachim