<cRefPattern>
<cRefPattern> (参照表現をURIに変換する規則) 参照先を示す表現をURIへと置換するパ タンを示す. 2.3.5.3 Milestone Method 2.3.5 The Reference System Declaration 2.3.5.2 Search-and-Replace Method | |||||||||||||||||||||
モジュール | header — 2 The TEI Header | ||||||||||||||||||||
属性 |
| ||||||||||||||||||||
当該モジュールを使用するもの | refsDecl | ||||||||||||||||||||
下位 | |||||||||||||||||||||
宣言 | element cRefPattern { att.global.attributes, attribute matchPattern { data.pattern }, attribute replacementPattern { text }, model.pLike* } | ||||||||||||||||||||
例 | <cRefPattern matchPattern="([1-9A-Za-z]+)\s+([0-9]+):([0-9]+)" replacementPattern=" "/> | ||||||||||||||||||||
解説 | The result of the substitution may be either an absolute or a
relative URI reference. In the latter case it is combined with the
value of xml:base in force at the place where the
cRef attribute occurs to form an absolute URI in the
usual manner as prescribed by XML Base. |