<!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 
&lt;scripRef&gt; as a link in html:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</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>&nbsp;</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>&nbsp;</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>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>wll give me expanded footnotes, but 
&lt;scripRef&gt; is diplayed only as normal text. Also sometimes, for no 
apparent reason &lt;note&gt;my notes here&lt;/note&gt; in ThML markup gets 
interpretated as:</FONT></DIV>
<DIV><FONT face=Arial size=2>&lt; Sword foontnote = "1"&gt;my notes 
here&lt;/small&gt;&lt;/font&gt; which seems to be a coruption of the text. I 
would have expected &lt;font&gt;&lt;small&gt;my notes 
here&lt;/small&gt;&lt;/font&gt;</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</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>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>The reason why I doing this is:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>A)&nbsp;The sword front-end code (BibleCS) is not 
available to me</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</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 &lt;BR&gt; is found.</FONT></LI></UL>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I would be most grateful for any suggestions which 
could help me further.</FONT></DIV></BODY></HTML>