-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
Our proposed practice of encoding "whole manuscripts" means that the text does not contain any sort of title in the critical view. So, in Laud Misc. 108, there will be no visible transition between vitae except for a line break or whatever CSS styling accompanies the <div1></div1><div1></div1>. That's fine for the diplomatic view, but for the critical view it would be nice to have something inline so that no convoluted processing is need to grab the title from the teiHeader. From the TEI Guidelines, the only thing that makes semantic sense to me is @n. So the code would look something like this:
<div1 n="Havelok the Dane">
...
</div1>
<div1 n="King Horn">
...
</div1>This works just fine in my test viewer. Any reason why I shouldn't go ahead and add it to the encoding Guidelines?