Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

<unclear> within <hi rend="diaeresis"> within <expan> does not work in Leiden+ #15

Open
jcowey opened this issue Apr 22, 2016 · 0 comments

Comments

@jcowey
Copy link
Member

jcowey commented Apr 22, 2016

The following contains valid XML:

https://github.com/papyri/idp.data/blob/master/DDB_EpiDoc_XML/p.cair.masp/p.cair.masp.1/p.cair.masp.1.67006.xml#L306

<expan><hi rend="diaeresis"><unclear>ἰ</unclear></hi><unclear>ν</unclear>δικ<ex>τίονος</ex></expan>
which is the following in Leiden+
112. ( ἰ̣(¨)ν̣δικ(τίονος))
breaks when saved in Leiden+

112. ( ἰ(¨)ν̣δικ(τίονος))
without the underdot Leiden+ is fine

<expan><hi rend="diaeresis">ἰ</hi><unclear>ν</unclear>δικ<ex>τίονος</ex></expan>
is fine

one can, of course, save in XML as the correct:
<expan><hi rend="diaeresis"><unclear>ἰ</unclear></hi><unclear>ν</unclear>δικ<ex>τίονος</ex></expan>

and submit which I have done, but obviously it would be great to have xSugar be able to handle the underdot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant