<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Sat, Jan 19, 2013 at 10:28 AM, Troy A. Griffitts <span dir="ltr">&lt;<a href="mailto:scribe@crosswire.org" target="_blank">scribe@crosswire.org</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I&#39;ve done my part and changed one more tag.  transChange has been upgraded from:<br>
&lt;i&gt;&lt;/i&gt;<br>
<br>
to:<br>
<br>
.transChangeSupplied {<br>
      font-style: italic;<br>
}<br>
<br>
&lt;span class=&quot;transChangeSupplied&quot;&gt;&lt;/<u></u>span&gt;<br>
<br>
More changes welcome.<br>
<br>
Nic, you mentioned doing similar work on your own copies of our filters.  Any experience you&#39;d like to share?<br>
<br>
Bibletime, same.  I know you guys have had stuff styled for quite some time.<br></blockquote><div><br></div><div style>BT outputs the following (found on lines 383ff of src/backend/filters/osistohtml.cpp):</div><div style>
&lt;span class=&quot;transchange&quot;&gt;&lt;span class=&quot;**type**&quot;&gt; ...... &lt;/span&gt;&lt;/span&gt;</div><div style><br></div><div style>where **type** is the value of the type attribute of transChange. If no type attribute is specified, the value of the changeType attribute is used. If the type or changeType attribute of transChange is equal to &quot;added&quot; then the outer span gets a title=&quot;Added text&quot; and if it is equal to &quot;tenseChange&quot; it gets a title=&quot;Verb tense changed&quot; added to it.</div>
<div style><br></div><div style>Only some of our styles have CSS associated with the .transchange, but those which do have font-style=italic.</div><div style><br></div><div style>Looking at the particular C++ code, I see a very straightforward simplification we could do for it, so I&#39;ll probably simplify that logic down.</div>
<div style><br></div><div style>--Greg</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Would ultimately like to get this filter set to something we all can share and improve.<br>
<br>
Troy<br>
<br>
<br>
<br>
______________________________<u></u>_________________<br>
sword-devel mailing list: <a href="mailto:sword-devel@crosswire.org" target="_blank">sword-devel@crosswire.org</a><br>
<a href="http://www.crosswire.org/mailman/listinfo/sword-devel" target="_blank">http://www.crosswire.org/<u></u>mailman/listinfo/sword-devel</a><br>
Instructions to unsubscribe/change your settings at above page<br>
</blockquote></div><br></div></div>