-
Notifications
You must be signed in to change notification settings - Fork 3
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
Diplomatic transcriptions. #21
Comments
I agree that "Diplomatic transcription" is the optimal text to display in the article, in greyed lettering. Managing the xml should not be unduly complicated. The most straightforward way, IMO, is to declare Drilling down from there, your first instinct, to use The task for the UB will be to transform |
One of the reasons that I would slightly prefer to keep the "sort of redundant" |
Ok, so in practice what will happen for texts which include a diplomatic transcription is that both versions of the text get encoded and processed as separate EpiDoc XML segments (which is how I originally processed Amin's). Then, when we call them in Pylon, we do it as follows:
The task for the UB will be to adapt the XSLT to present "Diplomatic transcription", greyed out, as the section header for |
The fact that it is a clickable element I find attractive. We are declaring for the user what the bits are and it is certainly conceivable that a future scholar may want to link to the diplomatic transcription in order to discuss it. And yes we would be calling the text divs with an @copyof |
Yes, that's right: apologies. We call them in Pylon as follows:
This is much better: there's no need for |
I had thought of using
<quote type="edition">
for these. That gets rid of the "Edition" marker in heiEditions HTML.I now prefer the idea of declaring the diplomatic transcript for what it is. I am imagining in greyed lettering
"Diplomatic transcription" or the like.
Am hoping that this should not involve to much reengineering. Use
<div copyOf="#ed2" type="edition"/>
in the XML; have the diplomatic transcription encoded in EpiDoc XML (as we have it for benaissa_annunciation); find out how the UB HD can display what we want to see - possible a subtype on the<div>
The text was updated successfully, but these errors were encountered: