<!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.2900.2802" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY 
style="WORD-WRAP: break-word; khtml-nbsp-mode: space; khtml-line-break: after-white-space" 
bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Thank you for taking the time to respond. Sorry I 
did not make it clear in my past as to what I am trying to do. Basically, my 
goal is to get a chapter from the KJV module in HTML format, and display it in 
the internet explorer browser, along with strong's tags.&nbsp; The HTML seems to 
be valid for most chapters except that I encountered a problem in Genesis 24:67. 
The code that I am using in order to get the&nbsp;words and strong's tag in 
a&nbsp;verse&nbsp;is the same as that in the lookup tool (found in 
sword-1.5.8\examples\cmdline&nbsp;)</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Here is the code that lookup.cpp uses:</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial><FONT face=Verdana color=#000080 size=2>int main(int argc, 
char **argv)<BR>{<BR>        SWMgr manager(0, 0, true, 0, true);<BR>        SWModule 
*target;<BR>        ModMap::iterator it;<BR><BR>        if (argc != 3) {<BR>                fprintf(stderr, 
"\nusage: %s &lt;modname&gt; &lt;\"lookup key\"&gt;\n"<BR>                                                         "\tExample: 
lookup KJV \"James 1:19\"\n\n", argv[0]);<BR> <BR>                exit(-1);<BR>        }<BR><BR>        it = 
manager.Modules.find(argv[1]);<BR>        if (it == manager.Modules.end()) 
{<BR>                fprintf(stderr, "Could not find module [%s].&nbsp; Available modules:\n", 
argv[1]);<BR>                for (it = manager.Modules.begin(); it != manager.Modules.end(); 
it++) {<BR>                        fprintf(stderr, "[%s]\t - %s\n", (*it).second-&gt;Name(), 
(*it).second-&gt;Description());<BR>                }<BR>                exit(-1);<BR>        }<BR><BR>        manager.setGlobalOption("Headings", 
"On");<BR><BR>        target = 
(*it).second;<BR><BR>        target-&gt;setKey(argv[2]);<BR><BR>        (const char 
*)*target;                // force an entry lookup to resolve key so we&nbsp;get the idxbuf 
entry for the key<BR>        std::cout &lt;&lt; (const char *)(SWKey &amp;)*target 
&lt;&lt; ":\n";<BR>//std::cout &lt;&lt; target-&gt;StripText();<BR>        std::cout 
&lt;&lt; target-&gt;getRawEntry();<BR>        std::cout &lt;&lt; "\n";<BR>        std::cout 
&lt;&lt; "==========================\n";<BR>        std::cout &lt;&lt; "Entry 
Attributes:\n\n";</FONT></FONT></DIV>
<DIV><FONT face=Arial><FONT face=Verdana size=2><FONT 
face=Arial></FONT></FONT></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial><FONT face=Verdana size=2><FONT 
face=Arial></FONT>&nbsp;</DIV>
<DIV><BR><FONT color=#000080>AttributeTypeList::iterator 
i1;<BR>        AttributeList::iterator i2;<BR>        AttributeValue::iterator 
i3;</FONT></DIV>
<DIV><FONT face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial></FONT>&nbsp;</DIV>
<DIV><BR><FONT color=#000080>&nbsp;for (i1 = 
target-&gt;getEntryAttributes().begin(); i1 != 
target-&gt;getEntryAttributes().end(); i1++) {<BR>                std::cout &lt;&lt; "[ " 
&lt;&lt; i1-&gt;first &lt;&lt; " ]\n";<BR>                for (i2 = i1-&gt;second.begin(); i2 
!= i1-&gt;second.end(); i2++) {<BR>                        std::cout &lt;&lt; "\t[ " &lt;&lt; 
i2-&gt;first &lt;&lt; " ]\n";<BR>                        for (i3 = i2-&gt;second.begin(); i3 != 
i2-&gt;second.end(); i3++) {<BR>                                std::cout &lt;&lt; "\t\t" &lt;&lt; 
i3-&gt;first &lt;&lt; " = " &lt;&lt; i3-&gt;second &lt;&lt; 
"\n";<BR>                        }<BR>                }<BR>        }<BR>        std::cout &lt;&lt; std::endl;<BR>        return 
0;<BR>}</FONT></FONT><BR></DIV></FONT>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I will try running the above code on KJV2006 module 
to see if it gives the same problem. Thanks.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Best Regards,</FONT></DIV>
<DIV><FONT face=Arial size=2>Mmital</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<BLOCKQUOTE 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
  <A title=dmsmith555@yahoo.com href="mailto:dmsmith555@yahoo.com">DM Smith</A> 
  </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A title=sword-devel@crosswire.org 
  href="mailto:sword-devel@crosswire.org">SWORD Developers' Collaboration 
  Forum</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Sunday, June 11, 2006 8:07 AM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [sword-devel] KJV Genesis 
  24:67</DIV>
  <DIV><BR></DIV>
  <DIV>Could you provide a little more information? Which tool is the "lookup 
  tool?"</DIV>
  <DIV><BR class=khtml-block-placeholder></DIV>
  <DIV>The output does not look like the tool is reporting anything that 
  is&nbsp;outside of &lt;w&gt; elements.</DIV>
  <DIV><BR class=khtml-block-placeholder></DIV>I'm working on fixing the KJV 
  module as it has some encoding problems and some missing 's. Would you check 
  to see if the new module has the same problem.
  <DIV><BR class=khtml-block-placeholder></DIV>
  <DIV>You can get a beta of it here:
  <DIV><BR class=khtml-block-placeholder></DIV>
  <DIV><SPAN class=Apple-tab-span 
  style="WHITE-SPACE: pre"></SPAN>www.crosswire.org/~dmsmith/kjv2006</DIV>
  <DIV><BR class=khtml-block-placeholder>
  <DIV>Just follow the links at the bottom of the page.</DIV>
  <DIV><BR class=khtml-block-placeholder></DIV>
  <DIV>(This beta has only one known problem and that is with the last verse of 
  every book. Some frontends ignore the problem.)</DIV>
  <DIV><BR class=khtml-block-placeholder></DIV>
  <DIV><BR class=khtml-block-placeholder></DIV>
  <DIV><BR>
  <DIV>
  <DIV>On Jun 11, 2006, at 1:31 AM, Mmital wrote:</DIV><BR 
  class=Apple-interchange-newline>
  <BLOCKQUOTE type="cite">
    <DIV><FONT face=Arial size=2>Hi,</FONT></DIV>
    <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
    <DIV><FONT face=Arial size=2>The lookup tool in Genesis 24:67 gives the 
    following output:</FONT></DIV>
    <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
    <DIV><FONT face=h? size=2>Genesis 24:67:<BR>&lt;w 
    lemma="x-Strongs:H03327"&gt;And Isaac&lt;/w&gt; &lt;w 
    morph="x-StrongsMorph:TH8686" lemma="x-Strongs:H0935"&gt;brought 
    her&lt;/w&gt; &lt;w lemma="x-Strongs:H0517"&gt;into his mother&lt;/w&gt; 
    &lt;w lemma="x-Strongs:H08283"&gt;Sarah'&lt;/w&gt; &lt;w 
    lemma="x-Strongs:H0168"&gt;tent&lt;/w&gt;, &lt;w 
    morph="x-StrongsMorph:TH8799" lemma="x-Strongs:H03947"&gt;and took&lt;/w&gt; 
    &lt;w lemma="x-Strongs:H07259"&gt;Rebekah&lt;/w&gt;, &lt;w 
    lemma="x-Strongs:H0802"&gt;and she became his wife&lt;/w&gt;; &lt;w 
    morph="x-StrongsMorph:TH8799" lemma="x-Strongs:H0157"&gt;and he 
    loved&lt;/w&gt; &lt;w lemma="x-Strongs:H03327"&gt;her: and Isaac&lt;/w&gt; 
    &lt;w morph="x-StrongsMorph:TH8735" lemma="x-Strongs:H05162"&gt;was 
    comforted&lt;/w&gt; &lt;w lemma="x-Strongs:H0310"&gt;after&lt;/w&gt; &lt;w 
    lemma="x-Strongs:H0517"&gt;his mother'&lt;/w&gt; &lt;transChange 
    type="added"&gt;death&lt;/transChange&gt; .&lt;milestone type="x-p" 
    /&gt;<BR>==========================<BR>Entry Attributes:</FONT></DIV>
    <DIV><FONT face=h? size=2></FONT>&nbsp;</DIV>
    <DIV><FONT face=h? size=2>[ Word ]<BR>&nbsp;[ 001 ]<BR>&nbsp;&nbsp;Lemma = 
    H03327<BR>&nbsp;&nbsp;LemmaClass = strong<BR>&nbsp;&nbsp;Text = And 
    Isaac<BR>&nbsp;[ 002 ]<BR>&nbsp;&nbsp;Lemma = 
    H0935<BR>&nbsp;&nbsp;LemmaClass = strong<BR>&nbsp;&nbsp;Morph = 
    TH8686<BR>&nbsp;&nbsp;MorphClass = x-StrongsMorph<BR>&nbsp;&nbsp;Text = 
    brought her<BR>&nbsp;[ 003 ]<BR>&nbsp;&nbsp;Lemma = 
    H0517<BR>&nbsp;&nbsp;LemmaClass = strong<BR>&nbsp;&nbsp;Text = into his 
    mother<BR>&nbsp;[ 004 ]<BR>&nbsp;&nbsp;Lemma = 
    H08283<BR>&nbsp;&nbsp;LemmaClass = strong<BR>&nbsp;&nbsp;Text = 
    Sarah'<BR>&nbsp;[ 005 ]<BR>&nbsp;&nbsp;Lemma = 
    H0168<BR>&nbsp;&nbsp;LemmaClass = strong<BR>&nbsp;&nbsp;Text = 
    tent<BR>&nbsp;[ 006 ]<BR>&nbsp;&nbsp;Lemma = 
    H03947<BR>&nbsp;&nbsp;LemmaClass = strong<BR>&nbsp;&nbsp;Morph = 
    TH8799<BR>&nbsp;&nbsp;MorphClass = x-StrongsMorph<BR>&nbsp;&nbsp;Text = and 
    took<BR>&nbsp;[ 007 ]<BR>&nbsp;&nbsp;Lemma = 
    H07259<BR>&nbsp;&nbsp;LemmaClass = strong<BR>&nbsp;&nbsp;Text = 
    Rebekah<BR>&nbsp;[ 008 ]<BR>&nbsp;&nbsp;Lemma = 
    H0802<BR>&nbsp;&nbsp;LemmaClass = strong<BR>&nbsp;&nbsp;Text = and she 
    became his wife<BR>&nbsp;[ 009 ]<BR>&nbsp;&nbsp;Lemma = 
    H0157<BR>&nbsp;&nbsp;LemmaClass = strong<BR>&nbsp;&nbsp;Morph = 
    TH8799<BR>&nbsp;&nbsp;MorphClass = x-StrongsMorph<BR>&nbsp;&nbsp;Text = and 
    he loved<BR>&nbsp;[ 010 ]<BR>&nbsp;&nbsp;Lemma = 
    H03327<BR>&nbsp;&nbsp;LemmaClass = strong<BR>&nbsp;&nbsp;Text = her: and 
    Isaac<BR>&nbsp;[ 011 ]<BR>&nbsp;&nbsp;Lemma = 
    H05162<BR>&nbsp;&nbsp;LemmaClass = strong<BR>&nbsp;&nbsp;Morph = 
    TH8735<BR>&nbsp;&nbsp;MorphClass = x-StrongsMorph<BR>&nbsp;&nbsp;Text = was 
    comforted<BR>&nbsp;[ 012 ]<BR>&nbsp;&nbsp;Lemma = 
    H0310<BR>&nbsp;&nbsp;LemmaClass = strong<BR>&nbsp;&nbsp;Text = 
    after<BR>&nbsp;[ 013 ]<BR>&nbsp;&nbsp;Lemma = 
    H0517<BR>&nbsp;&nbsp;LemmaClass = strong<BR>&nbsp;&nbsp;Text = his 
    mother'</FONT></DIV>
    <DIV><FONT face=h? size=2></FONT>&nbsp;</DIV>
    <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
    <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
    <DIV><FONT face=Arial size=2>The last block of text should be "his mother's 
    death". When using a HTML filter to display the text in the browser (with 
    both lemma and morphological tags on), the word<EM> 'death'</EM> is 
    lost.</FONT></DIV>
    <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
    <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
    <DIV 
    style="MARGIN: 0px">_______________________________________________</DIV>
    <DIV style="MARGIN: 0px">sword-devel mailing list: <A 
    href="mailto:sword-devel@crosswire.org">sword-devel@crosswire.org</A></DIV>
    <DIV style="MARGIN: 0px"><A 
    href="http://www.crosswire.org/mailman/listinfo/sword-devel">http://wwwcrosswire.org/mailman/listinfo/sword-devel</A></DIV>
    <DIV style="MARGIN: 0px">Instructions to unsubscribe/change your settings at 
    above page</DIV></BLOCKQUOTE></DIV><BR></DIV></DIV></DIV>
  <P>
  <HR>

  <P></P>_______________________________________________<BR>sword-devel mailing 
  list: 
  sword-devel@crosswire.org<BR>http://www.crosswire.org/mailman/listinfo/sword-devel<BR>Instructions 
  to unsubscribe/change your settings at above page</BLOCKQUOTE></BODY></HTML>