TEIC / TEI

The Text Encoding Initiative Guidelines
https://www.tei-c.org
Other
270 stars 88 forks source link

restrict embedded transcription to sourceDoc / exclude text in zone and line as part of facsimile #2300

Closed GVogeler closed 1 year ago

GVogeler commented 2 years ago

The specs state "facsimile contains a representation of some written source in the form of a set of images rather than as transcribed or encoded text." https://tei-c.org/release/doc/tei-p5-doc/en/html/ref-facsimile.html The current content model of zone and line is identical in facsimile and in sourceDoc which makes it possible for users to add text to these elements in a facsimile structure and by this contradicting the specs. Would it be an idea to align the schema with the specs by adding a schematron constraint on (zone|line)[ancestor::facsimile] exluding non-whitespace content?

lb42 commented 2 years ago

+1 from me

Get Outlook for Androidhttps://aka.ms/AAb9ysg


From: GVogeler @.> Sent: Tuesday, May 31, 2022 10:02:03 AM To: TEIC/TEI @.> Cc: Subscribed @.***> Subject: [TEIC/TEI] restrict embedded transcription to sourceDoc / exclude text in zone and line as part of facsimile (Issue #2300)

The specs state "facsimile contains a representation of some written source in the form of a set of images rather than as transcribed or encoded text." https://tei-c.org/release/doc/tei-p5-doc/en/html/ref-facsimile.html The current content model of zone and line is identical in facsimile and in sourceDoc which makes it possible for users to add text to these elements in a facsimile structure and by this contradicting the specs. Would it be an idea to align the schema with the specs by adding a schematron constraint on (zone|line)[ancestor::facsimile] exluding non-whitespace content?

— Reply to this email directly, view it on GitHubhttps://github.com/TEIC/TEI/issues/2300, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AAFBJ5GUAA32IO5OKEABRDLVMXBPXANCNFSM5XMUOYPA. You are receiving this because you are subscribed to this thread.Message ID: @.***>

sydb commented 1 year ago

See PR 2360.