The idea of catchWord is that it quotes again the referenced word and
then is followed e.g. by a better explanation or, commonly by
alternative translations.

Problem is that the osishtmlref filter will render both catchword and
the alternative translations (rdg) as italic, losing in the process any
distinction in presentation.

My suggestion is that catchword is either underlined or bolded.

This is the relevant code:

// <catchWord> & <rdg> tags (italicize)
                else if (!strcmp(tag.getName(), "rdg") ||
!strcmp(tag.getName(), "catchWord")) {
                        if ((!tag.isEndTag()) && (!tag.isEmpty())) {
                                outText("<i>", buf, u);
                        }
                        else if (tag.isEndTag()) {
                                outText("</i>", buf, u);
                        }


Any thoughts?

Peter

_______________________________________________
sword-devel mailing list: sword-devel@crosswire.org
http://www.crosswire.org/mailman/listinfo/sword-devel
Instructions to unsubscribe/change your settings at above page

Reply via email to