<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1106" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>I have been playing around with a front-end for
sword, and I am having difficulty seting up the manager so that I can have HTML
output with expanded notes and scripRef as a link.</FONT></DIV>
<DIV><FONT face=Arial size=2>I have found that the following interprets
<scripRef> as a link in html:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>mp_SwordManager = new SWMgr(0, 0, TRUE, new
MarkupFilterMgr(FMT_HTMLHREF, ENC_HTML));</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>However, when footenotes are activated in the
global options, then any footnotes in the books (i.e. Josephus) are not
displayed.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Now, </FONT></DIV>
<DIV><FONT face=Arial size=2>mp_SwordManager = new SWMgr(0, 0, TRUE, new
MarkupFilterMgr(FMT_HTML, ENC_HTML));</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>wll give me expanded footnotes, but
<scripRef> is diplayed only as normal text. Also sometimes, for no
apparent reason <note>my notes here</note> in ThML markup gets
interpretated as:</FONT></DIV>
<DIV><FONT face=Arial size=2>< Sword foontnote = "1">my notes
here</small></font> which seems to be a coruption of the text. I
would have expected <font><small>my notes
here</small></font></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I have no access to the BibleCS code, so cann't see
how this has been achieved in the front-end. I could get around by generating a
new manager for each module, but this would take a lot of
resources.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>The reason why I doing this is:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>A) The sword front-end code (BibleCS) is not
available to me</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>B) Would liked to have some extra features such
as:</FONT></DIV>
<UL>
<LI><FONT face=Arial size=2>Module name and scripture reference/Book + chapter
included as a heading for copied text from a module (Copy from module, paste
with reference into word etc.)</FONT></LI>
<LI><FONT face=Arial size=2>Ability to have scripRefs in book and be able to
click on link to go to scripture</FONT></LI>
<LI><FONT face=Arial size=2>A neater format for book displays, as BibleCS
seems to ignore the paragraph tags, thus displaying everything as one line
unless <BR> is found.</FONT></LI></UL>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I would be most grateful for any suggestions which
could help me further.</FONT></DIV></BODY></HTML>