DCLP / dclpxsltbox

Sandbox for development, testing, and review of XSLT for DCLP
http://dclp.github.io/dclpxsltbox/
1 stars 5 forks source link

SoSOL metadata editor: display Checklist short titles #233

Closed jcowey closed 7 years ago

jcowey commented 7 years ago

When a biblio entry includes the following section:

<note type="papyrological-series">
    <bibl>
      <title level="s" type="short-Checklist" n="1">BKT 2</title>
    </bibl>
</note>

please display the content of the title tag underneath what is displayed on the basis of the biblio number.

paregorios commented 7 years ago

@jcowey is there any similar requirement where the navigator HTML is concerned, or is that already working ok?

Edelweiss commented 7 years ago

Example biblio file

BKT 2

In eXist

html html snippet

Edelweiss commented 7 years ago

@jcowey & Co., is that what you would expect to see?

95050. Diels Hermann, BKT 2 (1905)

Underlying html:

<!DOCTYPE html>
<html id="content">
    <p id="b95050"><a href="http://papyri.info/biblio/95050" target="_blank" class="id">95050</a>.
                <span class="author">Diels Hermann</span>, <span class="title">BKT 2</span><span> (1905)</span>
    </p>
</html>
HolgerEssler commented 7 years ago

I would expect to see just "BKT 2".

rogerbagnall commented 7 years ago

I know only what I see in the string of comments, but if it's short Checklist then I agree with Holger that BKT 2 would be all you would expect.

Edelweiss commented 7 years ago

ok, can be tested with the next eXist server update

jcowey commented 7 years ago

95050 appears to work fine for me. 79329 displays "P.Oxy. 76P. Oxy. 76"

jcowey commented 7 years ago

This now works. eXist server had to be updated. As soon as that happened everything was OK.