<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Thanks! I did a quick read of the source looking for other problems. Not seeing anything obvious.<div class=""><br class=""></div><div class="">While you have the patient open, would you also add support for <div type=“colophon”> to at least put it on a next line? Outputting it as a <div class=“colophon”> would be one way to do this.</div><div class=""><br class=""></div><div class="">Right now these non-canonical pieces of text are showing as part of the last verse of the last chapter without any distinction that they are different.</div><div class=""><br class=""></div><div class="">— DM<br class=""><div><blockquote type="cite" class=""><div class="">On Feb 5, 2016, at 12:44 PM, Peter Von Kaehne <<a href="mailto:refdoc@gmx.net" class="">refdoc@gmx.net</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class=""><div style="font-family: Verdana;font-size: 12.0px;" class=""><div class="">I must have left it untouched. Sorry. Will fix.
<div class="">
<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;" class="">
<div style="margin:0 0 10px 0;" class=""><b class="">Gesendet:</b> Freitag, 05. Februar 2016 um 17:37 Uhr<br class="">
<b class="">Von:</b> "DM Smith" <<a href="mailto:dmsmith@crosswire.org" class="">dmsmith@crosswire.org</a>><br class="">
<b class="">An:</b> "SWORD Developers' Collaboration Forum" <<a href="mailto:sword-devel@crosswire.org" class="">sword-devel@crosswire.org</a>><br class="">
<b class="">Betreff:</b> Re: [sword-devel] transChange within a rdg element</div>
<div name="quoted-content" class="">
<div class="">SVN head.
<div class="">
<div class="">
<blockquote class="">
<div class="">On Feb 5, 2016, at 12:32 PM, Peter Von Kaehne <<a href="x-msg://368/refdoc@gmx.net" target="_parent" class="">refdoc@gmx.net</a>> wrote:</div>
<div class="">
<div class="">
<div style="font-family: Verdana;font-size: 12.0px;" class="">
<div class="">
<div class="">is this in svn head? Or simply a release?</div>
<div class=""> </div>
<div class="">Peter</div>
<div class="">
<div style="margin: 10.0px 5.0px 5.0px 10.0px;padding: 10.0px 0 10.0px 10.0px;border-left: 2.0px solid rgb(195,217,229);" class="">
<div style="margin: 0 0 10.0px 0;" class=""><b class="">Gesendet:</b> Freitag, 05. Februar 2016 um 17:10 Uhr<br class="">
<b class="">Von:</b> "DM Smith" <<a href="x-msg://368/dmsmith@crosswire.org" target="_parent" class="">dmsmith@crosswire.org</a>><br class="">
<b class="">An:</b> "SWORD Developers' Collaboration Forum" <<a href="x-msg://368/sword-devel@crosswire.org" target="_parent" class="">sword-devel@crosswire.org</a>><br class="">
<b class="">Betreff:</b> Re: [sword-devel] transChange within a rdg element</div>
<div class="">
<div class="">At this point the code (osisxhtml) says:
<div class="">
<div style="margin: 0.0px;font-size: 18.0px;line-height: normal;font-family: Menlo;" class=""><span style="color: rgb(206,121,36);" class="">if</span> ((type == <span style="color: rgb(195,55,32);" class="">"</span><span style="color: rgb(153,18,0);background-color: rgb(230,230,0);" class="">added</span><span style="color: rgb(195,55,32);" class="">"</span>) || (type == <span style="color: rgb(195,55,32);" class="">"supplied"</span>))</div>
<div style="margin: 0.0px;font-size: 18.0px;line-height: normal;font-family: Menlo;" class=""> outText(<span style="color: rgb(195,55,32);" class="">"<span class=</span><span style="color: rgb(213,59,211);" class="">\"</span><span style="color: rgb(195,55,32);" class="">transChangeSupplied</span><span style="color: rgb(213,59,211);" class="">\"</span><span style="color: rgb(195,55,32);" class="">>"</span>, buf, u);</div>
<div style="margin: 0.0px;font-size: 18.0px;line-height: normal;font-family: Menlo;" class=""><span style="color: rgb(206,121,36);" class="">else</span> <span style="color: rgb(206,121,36);" class="">if</span> (type == <span style="color: rgb(195,55,32);" class="">"tenseChange"</span>)</div>
<div style="margin: 0.0px;font-size: 18.0px;line-height: normal;font-family: Menlo;" class=""> buf += <span style="color: rgb(195,55,32);" class="">"*"</span>;</div>
<div class=""> </div>
<div class="">Note: supplied is not a valid value for transChange and probably represents an earlier OSIS text.</div>
<div class=""> </div>
<div class="">It really bother’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 class=""> </div>
<div class="">Here is how it handles catchWord and rdg.</div>
<div class="">
<div style="margin: 0.0px;font-size: 18.0px;line-height: normal;font-family: Menlo;color: rgb(83,48,225);" class="">// <catchWord> & <<span style="color: rgb(2,32,179);background-color: rgb(230,230,0);" class="">rdg</span>> tags (italicize)</div>
<div style="margin: 0.0px;font-size: 18.0px;line-height: normal;font-family: Menlo;" class=""><span style="color: rgb(206,121,36);" class="">else</span> <span style="color: rgb(206,121,36);" class="">if</span> (!strcmp(tag.getName(), <span style="color: rgb(195,55,32);" class="">"</span><span style="color: rgb(153,18,0);background-color: rgb(230,230,0);" class="">rdg</span><span style="color: rgb(195,55,32);" class="">"</span>) || !strcmp(tag.getName(), <span style="color: rgb(195,55,32);" class="">"catchWord"</span>)) {</div>
<div style="margin: 0.0px;font-size: 18.0px;line-height: normal;font-family: Menlo;" class=""> <span style="color: rgb(206,121,36);" class="">if</span> ((!tag.isEndTag()) && (!tag.isEmpty())) {</div>
<div style="margin: 0.0px;font-size: 18.0px;line-height: normal;font-family: Menlo;" class=""> outText(<span style="color: rgb(195,55,32);" class="">"<i>"</span>, buf, u);</div>
<div style="margin: 0.0px;font-size: 18.0px;line-height: normal;font-family: Menlo;" class=""> }</div>
<div style="margin: 0.0px;font-size: 18.0px;line-height: normal;font-family: Menlo;" class=""> <span style="color: rgb(206,121,36);" class="">else</span> <span style="color: rgb(206,121,36);" class="">if</span> (tag.isEndTag()) {</div>
<div style="margin: 0.0px;font-size: 18.0px;line-height: normal;font-family: Menlo;" class=""> outText(<span style="color: rgb(195,55,32);" class="">"</i>"</span>, buf, u);</div>
<div style="margin: 0.0px;font-size: 18.0px;line-height: normal;font-family: Menlo;" class=""> }</div>
<div style="margin: 0.0px;font-size: 18.0px;line-height: normal;font-family: Menlo;" class="">}</div>
</div>
<div class=""> </div>
<div class="">This is not good. Probably should have been <span class=“…”> And catch word should be styled as bold.</div>
<div class=""> </div>
<div class="">DM</div>
<div class=""> </div>
<div class="">
<blockquote class="">
<div class="">On Feb 5, 2016, at 11:52 AM, Greg Hellings <<a class="">greg.hellings@gmail.com</a>> wrote:</div>
<div class="">
<div class="">At this point, I believe that SWORD hands off styling like that to the<br class="">
app to do with CSS (for those apps using HTML output). Does it not? I<br class="">
don't thin it's using <i> or <em>, although I could be wrong.<br class="">
<br class="">
--Greg<br class="">
<br class="">
On Fri, Feb 5, 2016 at 10:26 AM, David Haslam <<a class="">dfhmch@googlemail.com</a>> wrote:
<blockquote class="">Something that DM and I have mooted.<br class="">
<br class="">
When transChange is used within a rdg element (i.e. inside a note), and<br class="">
since SWORD renders text within a rdg as italics, then the text within the<br class="">
transChange ought ideally to be rendered as normal type in order to maintain<br class="">
the contrast with the other text that's in italics.<br class="">
<br class="">
If not already done, please could this be patched in the SWORD source code.<br class="">
<br class="">
DM will implement it in JSword.<br class="">
<br class="">
Best regards,<br class="">
<br class="">
David<br class="">
<br class="">
<br class="">
<br class="">
<br class="">
<br class="">
--<br class="">
View this message in context: <a href="http://sword-dev.350566.n4.nabble.com/transChange-within-a-rdg-element-tp4655995.html" target="_blank" class="">http://sword-dev.350566.n4.nabble.com/transChange-within-a-rdg-element-tp4655995.html</a><br class="">
Sent from the SWORD Dev mailing list archive at <a href="http://nabble.com/" target="_blank" class="">Nabble.com</a>.<br class="">
<br class="">
_______________________________________________<br class="">
sword-devel mailing list: <a class="">sword-devel@crosswire.org</a><br class="">
<a href="http://www.crosswire.org/mailman/listinfo/sword-devel" target="_blank" class="">http://www.crosswire.org/mailman/listinfo/sword-devel</a><br class="">
Instructions to unsubscribe/change your settings at above page</blockquote>
<br class="">
_______________________________________________<br class="">
sword-devel mailing list: <a class="">sword-devel@crosswire.org</a><br class="">
<a href="http://www.crosswire.org/mailman/listinfo/sword-devel" target="_blank" class="">http://www.crosswire.org/mailman/listinfo/sword-devel</a><br class="">
Instructions to unsubscribe/change your settings at above page</div>
</div>
</blockquote>
</div>
</div>
_______________________________________________ sword-devel mailing list: <a href="x-msg://368/sword-devel@crosswire.org" target="_parent" class="">sword-devel@crosswire.org</a> <a href="http://www.crosswire.org/mailman/listinfo/sword-devel" target="_blank" class="">http://www.crosswire.org/mailman/listinfo/sword-devel</a> Instructions to unsubscribe/change your settings at above page</div>
</div>
</div>
</div>
</div>
</div>
</div>
_______________________________________________<br class="">
sword-devel mailing list: <a href="x-msg://368/sword-devel@crosswire.org" target="_parent" class="">sword-devel@crosswire.org</a><br class="">
<a href="http://www.crosswire.org/mailman/listinfo/sword-devel" target="_blank" class="">http://www.crosswire.org/mailman/listinfo/sword-devel</a><br class="">
Instructions to unsubscribe/change your settings at above page</div>
</blockquote>
</div>
</div>
_______________________________________________ sword-devel mailing list: <a href="mailto:sword-devel@crosswire.org" class="">sword-devel@crosswire.org</a> <a href="http://www.crosswire.org/mailman/listinfo/sword-devel" target="_blank" class="">http://www.crosswire.org/mailman/listinfo/sword-devel</a> Instructions to unsubscribe/change your settings at above page</div>
</div>
</div>
</div>
</div></div></div>
_______________________________________________<br class="">sword-devel mailing list: <a href="mailto:sword-devel@crosswire.org" class="">sword-devel@crosswire.org</a><br class=""><a href="http://www.crosswire.org/mailman/listinfo/sword-devel" class="">http://www.crosswire.org/mailman/listinfo/sword-devel</a><br class="">Instructions to unsubscribe/change your settings at above page</div></blockquote></div><br class=""></div></body></html>