<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hi,<br>Sorry for sending this to the wrong list, but this list is more active than osis-users list , My previous post in osis-users list didn't got attention and i got just 2 replies and no one replied after my last reply .<br><br>The problem still exists and I've made many many trials, trying to get it to work<br>the wiki doesn't contain a complete osis commentary example like bibles section<br><br>the following is a complete osis structure i tried, it appears in xiphos and BPBible, but no effect for titles, bold and underline tags, all texts appear the same in the output .<br>in programs like Bible Time, I see xml structure instead of normal texts<br><br>Please send me a Complete Osis Commentary Example, so I can follow it<br><br>&lt;?xml version="1.0" encoding="UTF-8"?&gt;<br>&lt;osis xmlns="http://www.bibletechnologies.net/2003/OSIS/namespace"<br>xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"<br>xsi:schemaLocation="http://www.bibletechnologies.net/2003/OSIS/namespace<br>http://www.bibletechnologies.net/osisCore.2.1.1.xsd"&gt;<br><br>&nbsp; &lt;osisText osisIDWork="FrTadros" osisRefWork="defaultReferenceScheme" xml:lang="en"&gt;<br>&nbsp;&nbsp;&nbsp; &lt;header&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;work osisWork="FrTadros" &gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;title&gt;تفسير ابونا تادرس يعقوب ملطى&lt;/title&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;identifier type="OSIS"&gt;Bible.FrTadros&lt;/identifier&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;refSystem&gt;Bible.KJV&lt;/refSystem&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/work&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;work osisWork="defaultReferenceScheme"&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;refSystem&gt;Bible.KJV&lt;/refSystem&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/work&gt;<br>&nbsp;&nbsp;&nbsp; &lt;/header&gt;<br>&nbsp;&nbsp;&nbsp; &lt;div type="x-testament"&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;div osisID="Matt" type="book"&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;chapter osisID="Matt.1"&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;div annotateRef="Matt.1.1" annotateType="commentary" type="section"&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;title placement="rightHead" canonical="true"&gt;This is a title, and supposed to be bold and underlined&lt;/title&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;p&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;lb /&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;hi&nbsp; type="bold"&gt;blah&lt;/hi&gt; blah blah &lt;lb /&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;hi type="underline"&gt;blah&lt;/hi&gt; blah blah &lt;lb /&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Please see &lt;reference osisRef="Jas.1.19"&gt;James 1:19&lt;/reference&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/p&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/div&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/chapter&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/div&gt;<br>&nbsp;&nbsp;&nbsp; &lt;/div&gt;<br>&nbsp; &lt;/osisText&gt;<br>&lt;/osis&gt;<br>                                               </div></body>
</html>