<hyphenation>

<hyphenation> 概述來源文件裡的連字符號在電子化的版本中是如何被處理的。 2.3.3 The Editorial Practices Declaration 15.3.2 Declarable Elements
組件header — 2 The TEI Header
屬性 att.declarable (@default)
eol (end-of-line) 指出行末連字符號是否在文本中被保留。
狀態 非必備的
合法的值是:
all
保留所有行末連字符號,即使原文中的不被保留。
some
行末連字符號在某些情況下被保留。 [預設值]
hard
所有soft行末連字符號皆被移除:任何剩下的行末連字符號應該被保留。
none
所有行末連字符號皆被移除:剩下的是行中出現的行末連字符號。
屬於 model.editorialDeclPart
可包含
core: p
linking: ab
宣告
element hyphenation
{
   att.global.attributes,
   att.declarable.attributes,
   attribute eol { "all" | "some" | "hard" | "none" }?,
   model.pLike+
}
例子
<hyphenation eol="some">
 <p>End-of-line hyphenation silently removed where appropriate</p>
</hyphenation>