A repository for illustrating the transformation of a PAGE XML file into XML-TEI format, resulting from experimentations made for the LECTAUREP project.
Creative Commons Attribution 4.0 International
15
stars
2
forks
source link
Deleting <surfaceGrp> and only keeping <surface> as text regions? #4
After re-reading the TEI guidelines, a <surfaceGrp> groups several written surfaces. We're currently using both <surfaceGrp> and <surface> for representing only one text region, resulting in a group of one <surface>:
Maybe a <surface> element alone, still grouping one or more <zone> representing baselines, is more appropriate and less redundant for representing a text region.
After re-reading the TEI guidelines, a
<surfaceGrp>
groups several written surfaces. We're currently using both<surfaceGrp>
and<surface>
for representing only one text region, resulting in a group of one<surface>
:Maybe a
<surface>
element alone, still grouping one or more<zone>
representing baselines, is more appropriate and less redundant for representing a text region.See documentation: https://tei-c.org/release/doc/tei-p5-doc/en/html/ref-surface.html