You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the BeCoRe project, users want annotate spans of text:
<cei:anchorxml:id="a1"/>Universis presentes litteras inspecturis officialis curie venerabilis viri domini archidiaconi
Flavignensis in ecclesia Eduense salutem in Domino sempiternam. <cei:notespanTo="#a1">la première phrase de
l’acte se trouve copiée à l’envers, comme un brouillon ou un essai non retenu</cei:note>
or
<cei:hirend="inverted"xml:id="seg1"/>Universis presentes litteras inspecturis officialis curie venerabilis viri domini
archidiaconi Flavignensis in ecclesia Eduense salutem in Domino sempiternam.</cei:hi>
...
<cei:notecorresp="#seg1">la première phrase de l’acte se trouve copiée à l’envers, comme un brouillon ou un essai non
retenu</cei:note>
or
<cei:hirend="inverted"corresp="#n1"/>Universis presentes litteras inspecturis officialis curie venerabilis viri domini
archidiaconi Flavignensis in ecclesia Eduense salutem in Domino sempiternam.</cei:hi>
...
<cei:notexml:id="n1">la première phrase de l’acte se trouve copiée à l’envers, comme un brouillon ou un essai non
retenu</cei:note>
All solutions seem to be rather easy to implement by a simple extension of the schema with an appropriate attribute in cei-mom. Technically, their main difference sits in the display of @corresp|@spanTo via cei2html.xsl
The text was updated successfully, but these errors were encountered:
In the BeCoRe project, users want annotate spans of text:
or
or
All solutions seem to be rather easy to implement by a simple extension of the schema with an appropriate attribute in cei-mom. Technically, their main difference sits in the display of
@corresp|@spanTo
via cei2html.xslThe text was updated successfully, but these errors were encountered: