When a reading has a source attribute, the XSL doesn't render the bibliographic referene doesn't appear. When using a <note> inside the <rdg> the bibliographic reference renders correctly because it is explicitly inserted.
see MedCY044.012
Need to decide if date should be displayed when there is more than one bib entry with the same author
Ex below has several ways testing what works now. Last line doesn't render
<div type="apparatus">
<p><app loc="1-5"><rdg>Ἰγνάτιος:</rdg> <note>Buckler</note> <rdg>ΙΓΝΑΤΗΟC: </rdg><note>Sacopoulo</note></app>
<app loc="other_case"><rdg>Ἰγνάτιος:</rdg> <note>Buckler, Sacopoulo</note></app>
<app loc="alternative"><rdg source="#Buckler1933">Ἰγνάτιος</rdg></app>
</p>
</div>
When a reading has a source attribute, the XSL doesn't render the bibliographic referene doesn't appear. When using a
<note>inside the<rdg>the bibliographic reference renders correctly because it is explicitly inserted.see MedCY044.012
Need to decide if date should be displayed when there is more than one bib entry with the same author
Ex below has several ways testing what works now. Last line doesn't render