<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div>
<div>is this in svn head? Or simply a release?</div>

<div>&nbsp;</div>

<div>Peter</div>

<div>&nbsp;
<div name="quote" style="margin:10px 5px 5px 10px; padding: 10px 0 10px 10px; border-left:2px solid #C3D9E5; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
<div style="margin:0 0 10px 0;"><b>Gesendet:</b>&nbsp;Freitag, 05. Februar 2016 um 17:10 Uhr<br/>
<b>Von:</b>&nbsp;&quot;DM Smith&quot; &lt;dmsmith@crosswire.org&gt;<br/>
<b>An:</b>&nbsp;&quot;SWORD Developers&#39; Collaboration Forum&quot; &lt;sword-devel@crosswire.org&gt;<br/>
<b>Betreff:</b>&nbsp;Re: [sword-devel] transChange within a rdg element</div>

<div name="quoted-content">
<div>At this point the code (osisxhtml) says:
<div>
<div style="margin: 0.0px;font-size: 18.0px;line-height: normal;font-family: Menlo;"><span style="color: rgb(206,121,36);">if</span> ((type == <span style="color: rgb(195,55,32);">&quot;</span><span style="color: rgb(153,18,0);background-color: rgb(230,230,0);">added</span><span style="color: rgb(195,55,32);">&quot;</span>) &#124;&#124; (type == <span style="color: rgb(195,55,32);">&quot;supplied&quot;</span>))</div>

<div style="margin: 0.0px;font-size: 18.0px;line-height: normal;font-family: Menlo;">&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;outText(<span style="color: rgb(195,55,32);">&quot;&lt;span class=</span><span style="color: rgb(213,59,211);">&#92;&quot;</span><span style="color: rgb(195,55,32);">transChangeSupplied</span><span style="color: rgb(213,59,211);">&#92;&quot;</span><span style="color: rgb(195,55,32);">&gt;&quot;</span>, buf, u);</div>

<div style="margin: 0.0px;font-size: 18.0px;line-height: normal;font-family: Menlo;"><span style="color: rgb(206,121,36);">else</span> <span style="color: rgb(206,121,36);">if</span> (type == <span style="color: rgb(195,55,32);">&quot;tenseChange&quot;</span>)</div>

<div style="margin: 0.0px;font-size: 18.0px;line-height: normal;font-family: Menlo;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;buf += <span style="color: rgb(195,55,32);">&quot;*&quot;</span>;</div>

<div>&nbsp;</div>

<div>Note: supplied is not a valid value for transChange and probably represents an earlier OSIS text.</div>

<div>&nbsp;</div>

<div>It really bother&rsquo;s me that tenseChange is given with mark down. And that none of the other transChange type attributes are passed as class values.</div>

<div>&nbsp;</div>

<div>Here is how it handles catchWord and rdg.</div>

<div>
<div style="margin: 0.0px;font-size: 18.0px;line-height: normal;font-family: Menlo;color: rgb(83,48,225);">// &lt;catchWord&gt; &amp; &lt;<span style="color: rgb(2,32,179);background-color: rgb(230,230,0);">rdg</span>&gt; tags (italicize)</div>

<div style="margin: 0.0px;font-size: 18.0px;line-height: normal;font-family: Menlo;"><span style="color: rgb(206,121,36);">else</span> <span style="color: rgb(206,121,36);">if</span> (!strcmp(tag.getName(), <span style="color: rgb(195,55,32);">&quot;</span><span style="color: rgb(153,18,0);background-color: rgb(230,230,0);">rdg</span><span style="color: rgb(195,55,32);">&quot;</span>) &#124;&#124; !strcmp(tag.getName(), <span style="color: rgb(195,55,32);">&quot;catchWord&quot;</span>)) {</div>

<div style="margin: 0.0px;font-size: 18.0px;line-height: normal;font-family: Menlo;">&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;<span style="color: rgb(206,121,36);">if</span> ((!tag.isEndTag()) &amp;&amp; (!tag.isEmpty())) {</div>

<div style="margin: 0.0px;font-size: 18.0px;line-height: normal;font-family: Menlo;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;outText(<span style="color: rgb(195,55,32);">&quot;&lt;i&gt;&quot;</span>, buf, u);</div>

<div style="margin: 0.0px;font-size: 18.0px;line-height: normal;font-family: Menlo;">&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;}</div>

<div style="margin: 0.0px;font-size: 18.0px;line-height: normal;font-family: Menlo;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: rgb(206,121,36);">else</span> <span style="color: rgb(206,121,36);">if</span> (tag.isEndTag()) {</div>

<div style="margin: 0.0px;font-size: 18.0px;line-height: normal;font-family: Menlo;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;outText(<span style="color: rgb(195,55,32);">&quot;&lt;/i&gt;&quot;</span>, buf, u);</div>

<div style="margin: 0.0px;font-size: 18.0px;line-height: normal;font-family: Menlo;">&nbsp; &nbsp; &nbsp; &nbsp; }</div>

<div style="margin: 0.0px;font-size: 18.0px;line-height: normal;font-family: Menlo;">}</div>
</div>

<div>&nbsp;</div>

<div>This is not good. Probably should have been &lt;span class=&ldquo;&hellip;&rdquo;&gt; And catch word should be styled as bold.</div>

<div>&nbsp;</div>

<div>DM</div>

<div>&nbsp;</div>

<div>
<blockquote>
<div>On Feb 5, 2016, at 11:52 AM, Greg Hellings &lt;<a href="greg.hellings@gmail.com" target="_parent">greg.hellings@gmail.com</a>&gt; wrote:</div>
&nbsp;

<div>
<div>At this point, I believe that SWORD hands off styling like that to the<br/>
app to do with CSS (for those apps using HTML output). Does it not? I<br/>
don&#39;t thin it&#39;s using &lt;i&gt; or &lt;em&gt;, although I could be wrong.<br/>
<br/>
--Greg<br/>
<br/>
On Fri, Feb 5, 2016 at 10:26 AM, David Haslam &lt;<a href="dfhmch@googlemail.com" target="_parent">dfhmch@googlemail.com</a>&gt; wrote:

<blockquote>Something that DM and I have mooted.<br/>
<br/>
When transChange is used within a rdg element (i.e. inside a note), and<br/>
since SWORD renders text within a rdg as italics, then the text within the<br/>
transChange ought ideally to be rendered as normal type in order to maintain<br/>
the contrast with the other text that&#39;s in italics.<br/>
<br/>
If not already done, please could this be patched in the SWORD source code.<br/>
<br/>
DM will implement it in JSword.<br/>
<br/>
Best regards,<br/>
<br/>
David<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
--<br/>
View this message in context: <a href="http://sword-dev.350566.n4.nabble.com/transChange-within-a-rdg-element-tp4655995.html" target="_blank">http://sword-dev.350566.n4.nabble.com/transChange-within-a-rdg-element-tp4655995.html</a><br/>
Sent from the SWORD Dev mailing list archive at <a href="http://nabble.com" target="_blank">Nabble.com</a>.<br/>
<br/>
_______________________________________________<br/>
sword-devel mailing list: <a href="sword-devel@crosswire.org" target="_parent">sword-devel@crosswire.org</a><br/>
<a href="http://www.crosswire.org/mailman/listinfo/sword-devel" target="_blank">http://www.crosswire.org/mailman/listinfo/sword-devel</a><br/>
Instructions to unsubscribe/change your settings at above page</blockquote>
<br/>
_______________________________________________<br/>
sword-devel mailing list: <a href="sword-devel@crosswire.org" target="_parent">sword-devel@crosswire.org</a><br/>
<a href="http://www.crosswire.org/mailman/listinfo/sword-devel" target="_blank">http://www.crosswire.org/mailman/listinfo/sword-devel</a><br/>
Instructions to unsubscribe/change your settings at above page</div>
</div>
</blockquote>
</div>
</div>
_______________________________________________ sword-devel mailing list: sword-devel@crosswire.org <a href="http://www.crosswire.org/mailman/listinfo/sword-devel" target="_blank">http://www.crosswire.org/mailman/listinfo/sword-devel</a> Instructions to unsubscribe/change your settings at above page</div>
</div>
</div>
</div>
</div></div></body></html>